Uses of Class
com.auth0.jwt.impl.ClaimsHolder
-
Packages that use ClaimsHolder Package Description com.auth0.jwt.impl 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 ClaimsHolder Modifier and Type Class Description class
ClaimsSerializer<T extends ClaimsHolder>
Custom serializer used to write the resulting JWT.Subclasses of ClaimsHolder in com.auth0.jwt.impl Modifier and Type Class Description class
HeaderClaimsHolder
Holds the header claims when serializing a JWT.class
PayloadClaimsHolder
Holds the payload claims when serializing a JWT.
-