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 TypeClassDescriptionclassClaimsSerializer<T extends ClaimsHolder>Custom serializer used to write the resulting JWT.Subclasses of ClaimsHolder in com.auth0.jwt.implModifier and TypeClassDescriptionfinal classHolds the header claims when serializing a JWT.final classHolds the payload claims when serializing a JWT.