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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ENROLLED_SECOND_FACTORS |
User can use any enabled 2nd factor. |
ENROLLED_SECOND_FACTORS_VALUE |
User can use any enabled 2nd factor. |
LOGIN |
Prompts the user to log in again. |
LOGIN_VALUE |
Prompts the user to log in again. |
METHOD_UNSPECIFIED |
Reauthentication disabled. |
METHOD_UNSPECIFIED_VALUE |
Reauthentication disabled. |
PASSWORD |
|
PASSWORD_VALUE |
|
SECURE_KEY |
User must use their secure key 2nd factor device. |
SECURE_KEY_VALUE |
User must use their secure key 2nd factor device. |
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() |