allowedOauthFlows

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

Parameters

value

List of allowed OAuth flows (code, implicit, client_credentials).


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


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

Parameters

values

List of allowed OAuth flows (code, implicit, client_credentials).