MissingClaimException

Thrown when a required claim is absent from the token's payload.

Constructors

Link copied to clipboard
constructor(claimName: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

The name of the required claim that was absent from the token.

Link copied to clipboard
expect open val message: String?