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.
-
-
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.
-