authorizationMethods

@JvmName(name = "fvkjnsvvxfngeucf")
suspend fun authorizationMethods(value: Output<List<String>>)
@JvmName(name = "cpwkhsajhggfxkbt")
suspend fun authorizationMethods(value: List<String>?)

Parameters

value

The HTTP Verbs supported by the Authorization Endpoint. Possible values are DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE.

NOTE: GET must always be present.


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


@JvmName(name = "rfkjrtviyktrwmif")
suspend fun authorizationMethods(values: List<Output<String>>)
@JvmName(name = "barmuljvxhaqrbli")
suspend fun authorizationMethods(vararg values: String)

Parameters

values

The HTTP Verbs supported by the Authorization Endpoint. Possible values are DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE.

NOTE: GET must always be present.