Click or drag to resize

AuthenticationFieldType Enumeration

Type of the authentication field to be filled

Namespace:  PsrApi.Data.Authentication.Enums
Assembly:  PsrApi (in PsrApi.dll) Version: 9.3.1.33994 (05.02.2026)+877276ecd19b420b1689117d76424351f3a6cb2b
Syntax
C#
public enum AuthenticationFieldType
Members
  Member nameValueDescription
Password0 It's a password
Pin1 It's a PIN
Token2 It's a token
Username3 It's a user name
QrCode4 It's a QR code
TokenUsername5 It's a unique username to identify a token at the token management server (required for config)
See Also