allowedOauthFlows

@JvmName(name = "ljclyufmhfdvlwli")
suspend fun allowedOauthFlows(value: Output<List<String>>)
@JvmName(name = "aggkrstgxfmagula")
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 = "aypyrqhidqxshnuo")
suspend fun allowedOauthFlows(vararg values: Output<String>)


@JvmName(name = "beofwruugsbiomso")
suspend fun allowedOauthFlows(values: List<Output<String>>)
@JvmName(name = "mfuxdjlcjqfeyppq")
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.