Enum Authentication.Types.AuthenticationStatus
Authentication status, can be used to describe the status of authentication for a user or particular credential.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Authentication.Types.AuthenticationStatus
Fields
| Name | Description |
|---|---|
| Active | The authentication method is in active state. |
| Deleted | The authentication method has been deleted. |
| NoActiveCredentials | The authentication method has no active credentials. |
| Suspended | The authentication method is in suspended/disabled state. |
| UnknownAuthenticationStatus | The default authentication status. |