Class | Description |
---|---|
JwtToken |
This Class represents the JSON Web Token (JWT).
|
Enum | Description |
---|---|
JwtToken.SIGN_ALGORITHM |
This represents the specific cryptographic algorithms to sign the
contents of the JWT token.
|
Exception | Description |
---|---|
JwtException |
This Class represents the JwtException.
|
SigningException |
This class represents SigningException
|
VerifyException |
This class represents the VerifyException.
|