public enum Authentication.AuthenticationStatus extends Enum<Authentication.AuthenticationStatus> implements ProtocolMessageEnumAuthentication status, can be used to describe the status of authentication for a user or particular credential.
Protobuf enum google.backstory.Authentication.AuthenticationStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The authentication method is in active state. |
ACTIVE_VALUE |
The authentication method is in active state. |
DELETED |
The authentication method has been deleted. |
DELETED_VALUE |
The authentication method has been deleted. |
NO_ACTIVE_CREDENTIALS |
The authentication method has no active credentials. |
NO_ACTIVE_CREDENTIALS_VALUE |
The authentication method has no active credentials. |
SUSPENDED |
The authentication method is in suspended/disabled state. |
SUSPENDED_VALUE |
The authentication method is in suspended/disabled state. |
UNKNOWN_AUTHENTICATION_STATUS |
The default authentication status. |
UNKNOWN_AUTHENTICATION_STATUS_VALUE |
The default authentication status. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|