responseType

@JvmName(name = "hxuesdvqanqjldxr")
suspend fun responseType(value: Output<OauthIdpConfigResponseTypeArgs>)
@JvmName(name = "kttrxdvpespajxxj")
suspend fun responseType(value: OauthIdpConfigResponseTypeArgs?)

Parameters

value

The response type to request for in the OAuth authorization flow. You can set either idToken or code to true, but not both. Setting both types to be simultaneously true ({code: true, idToken: true}) is not yet supported. Structure is documented below.


@JvmName(name = "idcgunqjmvvjurqn")
suspend fun responseType(argument: suspend OauthIdpConfigResponseTypeArgsBuilder.() -> Unit)

Parameters

argument

The response type to request for in the OAuth authorization flow. You can set either idToken or code to true, but not both. Setting both types to be simultaneously true ({code: true, idToken: true}) is not yet supported. Structure is documented below.