Enum Authentication.AuthenticationStatus (0.3.0)

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

Authentication status, can be used to describe the status of authentication for a user or particular credential.

Protobuf enum google.backstory.Authentication.AuthenticationStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The authentication method is in active state.

ACTIVE = 1;

ACTIVE_VALUE

The authentication method is in active state.

ACTIVE = 1;

DELETED

The authentication method has been deleted.

DELETED = 4;

DELETED_VALUE

The authentication method has been deleted.

DELETED = 4;

NO_ACTIVE_CREDENTIALS

The authentication method has no active credentials.

NO_ACTIVE_CREDENTIALS = 3;

NO_ACTIVE_CREDENTIALS_VALUE

The authentication method has no active credentials.

NO_ACTIVE_CREDENTIALS = 3;

SUSPENDED

The authentication method is in suspended/disabled state.

SUSPENDED = 2;

SUSPENDED_VALUE

The authentication method is in suspended/disabled state.

SUSPENDED = 2;

UNKNOWN_AUTHENTICATION_STATUS

The default authentication status.

UNKNOWN_AUTHENTICATION_STATUS = 0;

UNKNOWN_AUTHENTICATION_STATUS_VALUE

The default authentication status.

UNKNOWN_AUTHENTICATION_STATUS = 0;

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