CustomClaimValidationType

A validation rule applied to a single claim of an inbound JWT.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value and match operator used to authorize the claim.

Link copied to clipboard

The name of the claim in the inbound token to validate.

Link copied to clipboard

The value type of the claim in the inbound token, either a string or an array of strings.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String