Package com.auth0.jwt
-
Class Summary Class Description JWT 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 it's signature matches.JWTVerifier.BaseVerification The Verification class holds the Claims required by a JWT to be valid.