Google Cloud Iap V1 Client - Class Method (1.1.1)

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
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

METHOD_UNSPECIFIED

Value: 0

Reauthentication disabled.

Generated from protobuf enum METHOD_UNSPECIFIED = 0;

LOGIN

Value: 1

Prompts the user to log in again.

Generated from protobuf enum LOGIN = 1;

PASSWORD

Value: 2

Deprecated, no longer accepted by IAP APIs.

Generated from protobuf enum PASSWORD = 2 [deprecated = true];

SECURE_KEY

Value: 3

User must use their secure key 2nd factor device.

Generated from protobuf enum SECURE_KEY = 3;