IdentityProviderConfigRequiredClaim

data class IdentityProviderConfigRequiredClaim(val key: String, val value: String)

The key value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the requiredClaims.

Link copied to clipboard

The value for the requiredClaims.