Reference documentation and code samples for the Google Cloud Iap V1 Client class Method.
Types of reauthentication methods supported by IAP.
Protobuf type google.cloud.iap.v1.ReauthSettings.Method
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
METHOD_UNSPECIFIED
Value: 0
Reauthentication disabled.
Generated from protobuf enum METHOD_UNSPECIFIED = 0;
LOGIN
Value: 1
Mimics the behavior as if the user had logged out and tried to log in again. Users with 2SV (2-step verification) enabled see their 2SV challenges if they did not opt to have their second factor responses saved. Apps Core (GSuites) admins can configure settings to disable 2SV cookies and require 2SV for all Apps Core users in their domains.
Generated from protobuf enum LOGIN = 1;
PASSWORD
Value: 2
User must type their password.
Generated from protobuf enum PASSWORD = 2;
SECURE_KEY
Value: 3
User must use their secure key 2nd factor device.
Generated from protobuf enum SECURE_KEY = 3;