allowedOauthFlows

@JvmName(name = "vkjaferyhvxemeqt")
suspend fun allowedOauthFlows(value: Output<List<String>>)
@JvmName(name = "cliwgtbyyjkylxet")
suspend fun allowedOauthFlows(value: List<String>?)

Parameters

value

List of allowed OAuth flows, including code, implicit, and client_credentials. allowed_oauth_flows_user_pool_client must be set to true before you can configure this option.


@JvmName(name = "tmxljuqrnytmqmre")
suspend fun allowedOauthFlows(vararg values: Output<String>)


@JvmName(name = "ophlyrnfmptlrtuk")
suspend fun allowedOauthFlows(values: List<Output<String>>)
@JvmName(name = "dogbdhkykntwaleo")
suspend fun allowedOauthFlows(vararg values: String)

Parameters

values

List of allowed OAuth flows, including code, implicit, and client_credentials. allowed_oauth_flows_user_pool_client must be set to true before you can configure this option.