Uses of Class
com.auth0.jwt.impl.ClaimsHolder
Packages that use ClaimsHolder
Package
Description
Contains parts of the internal implementation of this library.
-
Uses of ClaimsHolder in com.auth0.jwt.impl
Classes in com.auth0.jwt.impl with type parameters of type ClaimsHolderModifier and TypeClassDescriptionclass
ClaimsSerializer<T extends ClaimsHolder>
Custom serializer used to write the resulting JWT.Subclasses of ClaimsHolder in com.auth0.jwt.implModifier and TypeClassDescriptionfinal class
Holds the header claims when serializing a JWT.final class
Holds the payload claims when serializing a JWT.