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 classClaimsSerializer<T extends ClaimsHolder>Custom serializer used to write the resulting JWT.Subclasses of ClaimsHolder in com.auth0.jwt.impl Modifier and Type Class Description classHeaderClaimsHolderHolds the header claims when serializing a JWT.classPayloadClaimsHolderHolds the payload claims when serializing a JWT.
-