authorizationMethods

@JvmName(name = "mlmidmtwtsholwvk")
suspend fun authorizationMethods(value: Output<List<AuthorizationMethod>>)
@JvmName(name = "pqfqkgowfwhfnaen")
suspend fun authorizationMethods(value: List<AuthorizationMethod>?)

Parameters

value

HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.


@JvmName(name = "ipxexewetvwqowpe")
suspend fun authorizationMethods(vararg values: Output<AuthorizationMethod>)


@JvmName(name = "dngjvaifoipuwonq")
suspend fun authorizationMethods(values: List<Output<AuthorizationMethod>>)
@JvmName(name = "qnsfdfiuuhwuaxdl")
suspend fun authorizationMethods(vararg values: AuthorizationMethod)

Parameters

values

HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.