See: Description
Interface | Description |
---|---|
OAuth2ParameterNames |
Standard and custom (non-standard) parameter names defined in the OAuth Parameters
Registry and used by the authorization endpoint and token endpoint.
|
PkceParameterNames |
Standard parameter names defined in the OAuth Parameters Registry and used by the
authorization endpoint and token endpoint.
|
Class | Description |
---|---|
MapOAuth2AccessTokenResponseConverter |
A
Converter that converts the provided OAuth 2.0 Access Token Response
parameters to an OAuth2AccessTokenResponse . |
OAuth2AccessTokenResponse |
A representation of an OAuth 2.0 Access Token Response.
|
OAuth2AccessTokenResponse.Builder |
A builder for
OAuth2AccessTokenResponse . |
OAuth2AccessTokenResponseMapConverter |
A
Converter that converts the provided OAuth2AccessTokenResponse to a
Map representation of the OAuth 2.0 Access Token Response parameters. |
OAuth2AuthorizationExchange |
An "exchange" of an OAuth 2.0 Authorization Request and Response for the
authorization code grant type.
|
OAuth2AuthorizationRequest |
A representation of an OAuth 2.0 Authorization Request for the authorization code grant
type or implicit grant type.
|
OAuth2AuthorizationRequest.Builder |
A builder for
OAuth2AuthorizationRequest . |
OAuth2AuthorizationResponse |
A representation of an OAuth 2.0 Authorization Response for the authorization code
grant type.
|
OAuth2AuthorizationResponse.Builder |
A builder for
OAuth2AuthorizationResponse . |
OAuth2AuthorizationResponseType |
The
response_type parameter is consumed by the authorization endpoint which is
used by the authorization code grant type and implicit grant type. |