Package com.auth0.jwt.impl
package com.auth0.jwt.impl
-
ClassDescriptionThe BasicHeader class implements the Header interface.The ClaimsHolder class is just a wrapper for the Map of Claims used for building a JWT.The JsonNodeClaim retrieves a claim value from a JsonNode object.The
NullClaim
class is a Claim implementation that returns null when any of it's methods it's called.The PayloadImpl class implements the Payload interface.