Enum of available auth types
Namespace:
PsrApi.Data.Authentication.Enums
Assembly:
PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
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