JwtValidationActionAdditionalClaim

Information about an additional claim to validate.

Types

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

Properties

Link copied to clipboard

The format of the claim value.

Link copied to clipboard
val name: String?

The name of the claim. You can't specify exp, iss, nbf, or iat because we validate them by default.

Link copied to clipboard

The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is space-separated-values, the values can't include spaces.

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