public enum Authentication.Outcome extends Enum<Authentication.Outcome> implements ProtocolMessageEnumThe outcome of the authentication event.
Protobuf enum google.backstory.Authentication.Outcome
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FAILURE |
The authentication failed. |
FAILURE_VALUE |
The authentication failed. |
OUTCOME_UNSPECIFIED |
The default outcome. |
OUTCOME_UNSPECIFIED_VALUE |
The default outcome. |
SUCCESS |
The authentication was successful. |
SUCCESS_VALUE |
The authentication was successful. |
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() |
|