| Exception | Description |
|---|---|
| AuthenticationFailedException |
Thrown when an incoming HTTP request cannot be authenticated using ASAP.
|
| AuthorizationFailedException |
Thrown when an incoming HTTP request is authentic but is not authorized.
|
| CannotRetrieveKeyException |
Thrown when a cryptographic key is not available.
|
| InvalidTokenException |
Indicates a JWT was syntactically well formed (parses successfully), but failed to validate.
|
| PermanentAuthenticationFailedException |
Thrown when an incoming HTTP request cannot be authenticated using ASAP, due to a permanent failure in the
incoming ASAP header (eg.
|
| TransientAuthenticationFailedException |
Thrown when an incoming HTTP request cannot be authenticated using ASAP, and a retry of a request may succeed.
|
Copyright © 2017 Atlassian. All rights reserved.