allowedGrantTypes

@JvmName(name = "obkxylpktehkhqmj")
suspend fun allowedGrantTypes(value: Output<List<String>>)
@JvmName(name = "nxsnmwxfaneysnim")
suspend fun allowedGrantTypes(value: List<String>?)

Parameters

value

Required. The list of OAuth grant types is allowed for the OauthClient.


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


@JvmName(name = "djrxiijcmeumttkl")
suspend fun allowedGrantTypes(values: List<Output<String>>)
@JvmName(name = "mmvpgtqajqrvxgwr")
suspend fun allowedGrantTypes(vararg values: String)

Parameters

values

Required. The list of OAuth grant types is allowed for the OauthClient.