Enum ReauthSettings.Method (0.1.0)

public enum ReauthSettings.Method extends Enum<ReauthSettings.Method> implements ProtocolMessageEnum

Types of reauthentication methods supported by IAP.

Protobuf enum google.cloud.iap.v1.ReauthSettings.Method

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENROLLED_SECOND_FACTORS

User can use any enabled 2nd factor.

ENROLLED_SECOND_FACTORS = 4;

ENROLLED_SECOND_FACTORS_VALUE

User can use any enabled 2nd factor.

ENROLLED_SECOND_FACTORS = 4;

LOGIN

Prompts the user to log in again.

LOGIN = 1;

LOGIN_VALUE

Prompts the user to log in again.

LOGIN = 1;

METHOD_UNSPECIFIED

Reauthentication disabled.

METHOD_UNSPECIFIED = 0;

METHOD_UNSPECIFIED_VALUE

Reauthentication disabled.

METHOD_UNSPECIFIED = 0;

PASSWORD

PASSWORD = 2 [deprecated = true];

PASSWORD_VALUE

PASSWORD = 2 [deprecated = true];

SECURE_KEY

User must use their secure key 2nd factor device.

SECURE_KEY = 3;

SECURE_KEY_VALUE

User must use their secure key 2nd factor device.

SECURE_KEY = 3;

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