Package com.auth0.jwt


package com.auth0.jwt
  • Class Summary
    Class
    Description
    Contains constants representing the JWT header parameter names.
    Exposes all the JWT functionalities.
    The 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 its signature matches.
    Verification implementation that accepts all the expected Claim values for verification.
    Contains constants representing the name of the Registered Claim Names as defined in Section 4.1 of RFC 7529