Enum ReauthSettings.Types.Method (1.2.0)

public enum Method

Types of reauthentication methods supported by IAP.

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Fields

NameDescription
Login

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.

Password

User must type their password.

SecureKey

User must use their secure key 2nd factor device.

Unspecified

Reauthentication disabled.