Enum of available auth types
            
 
    Namespace: 
   PsrApi.Data.Authentication.Enums
    Assembly:
   PsrApi (in PsrApi.dll) Version: 9.3.0.33526 (08.10.2025)+e4d6269d444890d28afbdf39a4add0d0ad0df4f2
 Syntax
Syntax Members
Members|  | Member name | Value | Description | 
|---|
|  | None | 0 | No further authentication (for normal username/password verification) | 
|  | GoogleAuthenticator | 1 | Authentication via Google Authenticator | 
|  | RsaSecurIdToken | 2 | Authentication via RSA SecurId Tokens Soft-/Hardwaretokens (with and without PIN) | 
|  | SafeNetOtp | 3 | Authentication via SafeNet One-Time-Password, also mobilePASS | 
|  | Pki | 4 | Authentication via PKI (Certifikate on Dongle or in User store) | 
|  | Yubico | 5 | Authentication with Yubico OTP | 
|  | Radius | 6 | Authentication against RADIUS (only for AD MasterKey, cannot be configured manually) | 
|  | Smartcard | 7 | Authentication with a Smartcard | 
|  | Fido2 | 8 | Authentication with a FIDO2 token | 
|  | App | 9 | Authentication via the Netwrix Password Secure Authenticator App | 
|  | Password | 10 | Authentication with a password (AD password or Password Hash) | 
|  | Windows | 11 | Authentication via Windows Authentifizierung | 
|  | LoginToken | 12 | Authentication via LoginToken | 
|  | EmailTokenConfirmation | 13 | Confirm via six-digit number sent via email | 
|  | ApiKey | 14 | Authentication via API Key | 
|  | UserKeySignature | 9990 | Confirmation of the UserKey | 
|  | DeleteFactor | 9991 | Type to delete an existing Factor from the current User | 
 See Also
See Also