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 = 0
OneTimePasswords are disabled.
Enabled = 1
OneTimePasswords are enabled (optional)
Required = 2
OneTimePasswords are required.