Google Cloud Identitytoolkit Admin V2OAuth Response Type Response
data class GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeResponse(val code: Boolean, val idToken: Boolean, val token: Boolean)
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
Link copied to clipboard
fun GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeResponse(code: Boolean, idToken: Boolean, token: Boolean)