authorizationMethods

@JvmName(name = "knrmhndsivhhsbba")
suspend fun authorizationMethods(value: Output<List<String>>)
@JvmName(name = "sxcsfcryuinalqnj")
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 = "enpxavrqgwcjawtv")
suspend fun authorizationMethods(vararg values: Output<String>)


@JvmName(name = "rlfrugebntywiphg")
suspend fun authorizationMethods(values: List<Output<String>>)
@JvmName(name = "vnntlqamvgbraoto")
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.