required Claims
Parameters
value
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.
Parameters
values
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.
suspend fun requiredClaims(argument: List<suspend IdentityProviderConfigRequiredClaimArgsBuilder.() -> Unit>)
suspend fun requiredClaims(vararg argument: suspend IdentityProviderConfigRequiredClaimArgsBuilder.() -> Unit)
suspend fun requiredClaims(argument: suspend IdentityProviderConfigRequiredClaimArgsBuilder.() -> Unit)
Parameters
argument
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.