Click or drag to resize

AuthTypes Enumeration

Enum of available auth types

Namespace:  PsrApi.Data.Authentication.Enums
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public enum AuthTypes
Members
  Member nameValueDescription
None0 No further authentication (for normal username/password verification)
GoogleAuthenticator1 Authentication via Google Authenticator
RsaSecurIdToken2 Authentication via RSA SecurId Tokens Soft-/Hardwaretokens (with and without PIN)
SafeNetOtp3 Authentication via SafeNet One-Time-Password, also mobilePASS
Pki4 Authentication via PKI (Certifikate on Dongle or in User store)
Yubico5 Authentication with Yubico OTP
Radius6 Authentication against RADIUS (only for AD MasterKey, cannot be configured manually)
Smartcard7 Authentication with a Smartcard
Fido28 Authentication with a FIDO2 token
App9 AAuthentication via the Password Safe Authenticator App
Password10 Authentication with a password (AD password or Password Hash)
Windows11 Authentication via Windows Authentifizierung
LoginToken12 Authentication via LoginToken
UserKeySignature9990 Confirmation of the UserKey
DeleteFactor9991 Type to delete an existing Factor from the current User
See Also