Package com.auth0.jwt
package com.auth0.jwt
-
Class SummaryClassDescriptionThe 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 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.