Package com.auth0.jwt
-
Class Summary Class Description HeaderParams Contains constants representing the JWT header parameter names.JWT Exposes all the JWT functionalities.JWTCreator The JWTCreator class holds the sign method to generate a complete JWT (with Signature) from a given Header and Payload content.JWTCreator.Builder The Builder class holds the Claims that defines the JWT to be created.JWTVerifier The JWTVerifier class holds the verify method to assert that a given Token has not only a proper JWT format, but also its signature matches.JWTVerifier.BaseVerification Verification
implementation that accepts all the expected Claim values for verification, and builds aJWTVerifier
used to verify a JWT's signature and expected claims.RegisteredClaims Contains constants representing the name of the Registered Claim Names as defined in Section 4.1 of RFC 7529