response Type
Parameters
value
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.
suspend fun responseType(argument: suspend GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeArgsBuilder.() -> Unit)
Parameters
argument
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.