| Exception | Description |
|---|---|
| AlreadyAuthenticatedException |
Exception thrown when the user is trying to authenticate again.
|
| ApiException |
Base exception for all API exceptions.
|
| AuthenticationException |
Exception that is thrown when the user-entered credentials cause the authentication module to
be authenticated to fail.
|
| AuthenticationRequiredException | |
| AuthenticationTimeoutException |
Exception that is thrown when the user's authentication session timed out and cause the authentication module to
be authenticated to fail.
|
| AuthorizeException |
Exception that is thrown when the authorize failed
|
| BrowserAuthenticationException | |
| InvalidGrantException |
Exception that is thrown when server response with invalid-grant
|
| InvalidRedirectUriException | |
| SuspendedAuthSessionException |
Exception that is thrown when the user's suspendedId timed out and cause the authentication module to
be authenticated to fail.
|
| WebAuthnException |
Exception that is thrown when the webauthn registration or authentication failed
|
| WebAuthnResponseException |
An Exception representation of
AuthenticatorErrorResponse |