Package com.auth0.jwt

Class JWTCreator

java.lang.Object
com.auth0.jwt.JWTCreator

public final class JWTCreator extends 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.