AuthenticationUnavailableException |
A query to the authentication server failed
|
AuthException |
Base type for authentication exceptions.
|
InvalidCredentialsException |
An authentication exception that is thrown when the credentials are present and are unable to be
verified.
|
MissingCredentialsException |
An authentication exception that is thrown when the credentials are not present.
|
NoSuchUserException |
The user does not exist on the authentication server
|
UnknownUserException |
An authentication exception that is thrown when credentials are presented for an unknown user.
|
UserNotAllowedException |
An authentication exception that is thrown when the user credentials are valid, but not allowed
to authenticate for other reasons i.e.
|