keys

@JvmName(name = "suntwwqojrhkmuqi")
suspend fun keys(value: Output<List<JSONWebKeyArgs>>)
@JvmName(name = "pmujvrghtmewupds")
suspend fun keys(value: List<JSONWebKeyArgs>?)

Parameters

value

The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.


@JvmName(name = "bgfcftybpnpteopg")
suspend fun keys(vararg values: Output<JSONWebKeyArgs>)


@JvmName(name = "maagcycdmikticwn")
suspend fun keys(values: List<Output<JSONWebKeyArgs>>)
@JvmName(name = "rnemcejnqmuasybw")
suspend fun keys(vararg values: JSONWebKeyArgs)

Parameters

values

The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.


@JvmName(name = "bowhsqpafohvewea")
suspend fun keys(argument: List<suspend JSONWebKeyArgsBuilder.() -> Unit>)
@JvmName(name = "uvhiwtyqwlecdeae")
suspend fun keys(vararg argument: suspend JSONWebKeyArgsBuilder.() -> Unit)
@JvmName(name = "mhciukdupudhidua")
suspend fun keys(argument: suspend JSONWebKeyArgsBuilder.() -> Unit)

Parameters

argument

The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.