boundClaims

@JvmName(name = "yphdfwgndquxkktf")
suspend fun boundClaims(value: Output<Map<String, String>>)
@JvmName(name = "hlqqdvnqjwcernyp")
suspend fun boundClaims(value: Map<String, String>?)

Parameters

value

If set, a map of claims to values to match against. A claim's value must be a string, which may contain one value or multiple comma-separated values, e.g. "red" or "red,green,blue".


@JvmName(name = "gjjhsroefoiqtdwi")
fun boundClaims(vararg values: Pair<String, String>)

Parameters

values

If set, a map of claims to values to match against. A claim's value must be a string, which may contain one value or multiple comma-separated values, e.g. "red" or "red,green,blue".