Package com.auth0.jwt.impl
package com.auth0.jwt.impl
Contains parts of the internal implementation of this library.
Do not use any of the classes in this package. They might be removed or changed at any point without prior warning.
-
ClassDescriptionThe ClaimsHolder class is just a wrapper for the Map of Claims used for building a JWT.ClaimsSerializer<T extends ClaimsHolder>Custom serializer used to write the resulting JWT.This holds the checks that are run to verify a JWT.Holds the header claims when serializing a JWT.Responsible for serializing a JWT's header representation to JSON.This class helps in decoding the Header and Payload of the JWT using
HeaderSerializer
andPayloadSerializer
.Holds the payload claims when serializing a JWT.Jackson serializer implementation for converting into JWT Payload parts.