See: Description
| Interface | Description | 
|---|---|
| AuthorizationErrorResponse | OAuth 2.0 Error Response. | 
| AuthorizationResponse | OAuth 2.0 Authentication Response. | 
| OauthAuthorizationResponse | A marker interface for normal OAuth 2.0 authorization responses | 
| OauthAuthorizationResponseHandler | Responsible for handling the authorization callback response
 from an OAuth 2.0 provider. | 
| OpenIdAuthorizationResponse | An extension of  AuthorizationResponsethat allows for
 retrieval of the persisted nonce value. | 
| OpenIdAuthorizationResponseHandler | Responsible for handling the authorization callback response
 from an OpenID provider. | 
| Class | Description | 
|---|---|
| AbstractAuthorizationResponse | A base class for authorization responses to extend from | 
| AuthorizationErrorResponseExceptionHandler | An exception handler for  AuthorizationErrorResponseException. | 
| DefaultAuthorizationErrorResponse | Default implementation of  AuthorizationErrorResponse | 
| DefaultOauthAuthorizationResponse | The default implementation of  AuthorizationResponsefor
 OAuth 2.0 provider authorization responses. | 
| DefaultOauthAuthorizationResponseHandler | Default implementation of  OauthAuthorizationResponseHandler. | 
| DefaultOpenIdAuthorizationResponse | |
| DefaultOpenIdAuthorizationResponseHandler | Default implementation of  OpenIdAuthorizationResponseHandler. | 
| StateAwareAuthorizationCallback | Base class to extend from that handles state retrieval and caching. | 
| Enum | Description | 
|---|---|
| AuthorizationError | OAuth 2.0 and Open ID authentication error response codes. | 
| Exception | Description | 
|---|---|
| AuthorizationErrorResponseException | A runtime exception thrown when a Oauth 2. |