| Exception | Description |
|---|---|
| JwsUnsupportedAlgorithmException |
Thrown if an incoming JWT is signed using an unsupported algorithm.
|
| JwtCannotRetrieveKeyException | |
| JwtExpiredException |
Thrown if the JWT's timestamps show that it has expired.
|
| JwtInvalidClaimException |
Thrown if an expected claim is missing or the value of a reserved claim did not match its expected format.
|
| JwtIssuerLacksSharedSecretException |
Thrown if a JWT requires a shared secret to sign or verify (e.g.
|
| JwtMalformedSharedSecretException |
Thrown if a malformed secret key is passed to verify a JWT (e.g.
|
| JwtMissingClaimException | |
| JwtParseException |
Indicates that the JWT was not well-formed, e.g.
|
| JwtSignatureMismatchException |
Indicates that the JWT's signature does not match its contents or the shared secret for the specified issuer.
|
| JwtSigningException |
Thrown if a problem was encountered while signing a JWT.
|
| JwtTooEarlyException | |
| JwtUnknownIssuerException |
Thrown if the issuer is not known (e.g.
|
| JwtUserRejectedException | |
| JwtVerificationException |
Indicates a JWT was well-formed, but failed to validate.
|
Copyright © 2023 Atlassian. All rights reserved.