GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeResponse

The response type to request for in the OAuth authorization flow. You can set either id_token or code to true, but not both. Setting both types to be simultaneously true ({code: true, id_token: true}) is not yet supported. See https://openid.net/specs/openid-connect-core-1_0.html#Authentication for a mapping of response type to OAuth 2.0 flow.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, authorization code is returned from IdP's authorization endpoint.

Link copied to clipboard

If true, ID token is returned from IdP's authorization endpoint.

Link copied to clipboard

Do not use. The token response type is not supported at the moment.