allowedOauthFlows

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


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