Package com.auth0.jwt
package com.auth0.jwt
-
ClassesClassDescriptionThe JWTCreator class holds the sign method to generate a complete JWT (with Signature) from a given Header and Payload content.The Builder class holds the Claims that defines the JWT to be created.The JWTDecoder class holds the decode method to parse a given JWT token into it's JWT representation.The JWTVerifier class holds the verify method to assert that a given Token has not only a proper JWT format, but also it's signature matches.The Verification class holds the Claims required by a JWT to be valid.