Enum AuthenticationResult.OneTimePassword_Status
- Namespace
 - PolarStudio
 
- Assembly
 - PolarStudio.dll
 
This enum indicates if a OneTimePassword is to be used.
public enum AuthenticationResult.OneTimePassword_Status
  - Extension Methods
 
Fields
Disabled = 0OneTimePasswords are disabled.
Enabled = 1OneTimePasswords are enabled (optional)
Required = 2OneTimePasswords are required.