See: Description
| Interface | Description | 
|---|---|
| AuthorizationErrorResponse | Open ID Connect Authentication 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. | 
| StateAware | State retrieval. | 
| 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 | 
|---|---|
| AuthorizationErrorCode | Error codes for an Authentication Error Response message returned from the OP's Authorization Endpoint in response to the Authorization Request message sent by the RP. | 
| Exception | Description | 
|---|---|
| AuthorizationErrorResponseException | A runtime exception thrown when a Oauth 2. |