sessionReauthMethod property
Session method when user's Google Cloud session is up.
Optional. Possible string values are:
- "SESSION_REAUTH_METHOD_UNSPECIFIED" : If method is undefined in the API, LOGIN will be used by default.
- "LOGIN" : The user will be prompted to perform regular login. Users who are enrolled for two-step verification and haven't chosen "Remember this computer" will be prompted for their second factor.
- "SECURITY_KEY" : The user will be prompted to authenticate using their security key. If no security key has been configured, then authentication will fallback to LOGIN.
- "PASSWORD" : The user will be prompted for their password.
Implementation
core.String? sessionReauthMethod;