boundClaims

@JvmName(name = "fplomjnhqpuwbuhr")
suspend fun boundClaims(value: Output<Map<String, String>>)
@JvmName(name = "ojoliwpvnraygyvh")
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 = "qtcsmqjhurxuqufv")
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".