| Exception | Description |
|---|---|
| InvalidClaimException |
Thrown if a JWT claim does not match its expected format.
|
| InvalidHeaderException |
Thrown if a JWT header does not match its expected format.
|
| JwtParseException |
Indicates that the JWT was not well-formed.
|
| MissingRequiredClaimException |
Thrown when a required claim is missing in the JWT claims payload.
|
| MissingRequiredHeaderException |
Thrown when a required header is missing in the JWT header.
|
| PublicKeyNotFoundException |
Thrown when the public key is reported as absent from the key repository.
|
| PublicKeyRetrievalException |
Thrown when there was an error communicating with a public key repository.
|
| SignatureMismatchException |
Indicates that the token signature does not match its contents.
|
| SigningException |
Thrown if a problem was encountered while signing a token.
|
| TokenExpiredException |
Thrown if the token timestamps show that it has expired.
|
| TokenTooEarlyException |
Thrown when a token was received before the not-before date/time listed in the nbf claim.
|
| UnsupportedAlgorithmException |
Thrown if an incoming token is signed using an unsupported algorithm.
|
Copyright © 2017 Atlassian. All rights reserved.