Package com.auth0.jwt

Class JWTCreator


  • public final class JWTCreator
    extends java.lang.Object
    The JWTCreator class holds the sign method to generate a complete JWT (with Signature) from a given Header and Payload content.

    This class is thread-safe.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JWTCreator.Builder
      The Builder class holds the Claims that defines the JWT to be created.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait