| AuthenticationFieldType Enumeration | 
 
                Type of the authentication field to be filled
            
 
    Namespace: 
   PsrApi.Data.Authentication.Enums
    Assembly:
   PsrApi (in PsrApi.dll) Version: 9.3.0.33526 (08.10.2025)+e4d6269d444890d28afbdf39a4add0d0ad0df4f2
 Syntax
Syntaxpublic enum AuthenticationFieldType
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Password | 0 | It's a password | 
|  | Pin | 1 | It's a PIN | 
|  | Token | 2 | It's a token | 
|  | Username | 3 | It's a user name | 
|  | QrCode | 4 | It's a QR code | 
|  | TokenUsername | 5 | It's a unique username to identify a token at the token management server (required for config) | 
 See Also
See Also