Enum Authentication.Outcome (0.3.0)

public enum Authentication.Outcome extends Enum<Authentication.Outcome> implements ProtocolMessageEnum

The outcome of the authentication event.

Protobuf enum google.backstory.Authentication.Outcome

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILURE

The authentication failed.

FAILURE = 2;

FAILURE_VALUE

The authentication failed.

FAILURE = 2;

OUTCOME_UNSPECIFIED

The default outcome.

OUTCOME_UNSPECIFIED = 0;

OUTCOME_UNSPECIFIED_VALUE

The default outcome.

OUTCOME_UNSPECIFIED = 0;

SUCCESS

The authentication was successful.

SUCCESS = 1;

SUCCESS_VALUE

The authentication was successful.

SUCCESS = 1;

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()