responseType

@JvmName(name = "yyagheqrowkbsdxj")
suspend fun responseType(value: Output<GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeArgs>)
@JvmName(name = "xibldiobjdqlklfc")
suspend fun responseType(value: GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeArgs?)

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.


@JvmName(name = "rlfarynlmwrjiqjo")
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.