| AlgorithmMismatchException |
The exception that will be thrown if the exception doesn't match the one mentioned in the JWT Header.
|
| IncorrectClaimException |
This exception is thrown when the expected value is not found while verifying the Claims.
|
| InvalidClaimException |
The exception that will be thrown while verifying Claims of a JWT.
|
| JWTCreationException |
The exception that is thrown when a JWT cannot be created.
|
| JWTDecodeException |
The exception that is thrown when any part of the token contained an invalid JWT or JSON format.
|
| JWTVerificationException |
Parent to all the exception thrown while verifying a JWT.
|
| MissingClaimException |
This exception is thrown when the claim to be verified is missing.
|
| SignatureGenerationException |
The exception that is thrown when signature is not able to be generated.
|
| SignatureVerificationException |
The exception that is thrown if the Signature verification fails.
|
| TokenExpiredException |
The exception that is thrown if the token is expired.
|