Click or drag to resize

AuthTypes Enumeration

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
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 Authentication via the Netwrix Password Secure Authenticator App
Password10 Authentication with a password (AD password or Password Hash)
Windows11 Authentication via Windows Authentifizierung
LoginToken12 Authentication via LoginToken
EmailTokenConfirmation13 Confirm via six-digit number sent via email
ApiKey14 Authentication via API Key
UserKeySignature9990 Confirmation of the UserKey
DeleteFactor9991 Type to delete an existing Factor from the current User
See Also