| Class | Description |
|---|---|
| OAuth2ExceptionJackson2Deserializer | |
| OAuth2ExceptionJackson2Serializer |
| Exception | Description |
|---|---|
| BadClientCredentialsException |
Exception thrown when a client was unable to authenticate.
|
| ClientAuthenticationException |
Base exception
|
| InsufficientScopeException |
Exception representing insufficient scope in a token when a request is handled by a Resource Server.
|
| InvalidClientException |
Exception thrown when a client was unable to authenticate.
|
| InvalidGrantException | |
| InvalidRequestException | |
| InvalidScopeException |
Exception representing an invalid scope in a token or authorization request (i.e. from an Authorization Server).
|
| InvalidTokenException | |
| OAuth2Exception |
Base exception for OAuth 2 exceptions.
|
| RedirectMismatchException | |
| SerializationException |
Thrown during a problem serialization/deserialization.
|
| UnapprovedClientAuthenticationException | |
| UnauthorizedClientException |
Exception thrown when a client was unable to authenticate.
|
| UnauthorizedUserException |
Exception thrown when a user was unable to authenticate.
|
| UnsupportedGrantTypeException | |
| UnsupportedResponseTypeException | |
| UserDeniedAuthorizationException |
Copyright © 2019. All rights reserved.