Package org.springframework.security.oauth2.core.endpoint
Support classes that model the OAuth 2.0 Request and Response messages from the
Authorization Endpoint and Token Endpoint.
-
Interface Summary Interface Description OAuth2ParameterNames Standard and custom (non-standard) parameter names defined in the OAuth Parameters Registry and used by the authorization endpoint, token endpoint and token revocation endpoint.PkceParameterNames Standard parameter names defined in the OAuth Parameters Registry and used by the authorization endpoint and token endpoint. -
Class Summary Class Description DefaultMapOAuth2AccessTokenResponseConverter AConverterthat converts the provided OAuth 2.0 Access Token Response parameters to anOAuth2AccessTokenResponse.DefaultOAuth2AccessTokenResponseMapConverter AConverterthat converts the providedOAuth2AccessTokenResponseto aMaprepresentation of the OAuth 2.0 Access Token Response parameters.MapOAuth2AccessTokenResponseConverter Deprecated. UseDefaultMapOAuth2AccessTokenResponseConverterinsteadOAuth2AccessTokenResponse A representation of an OAuth 2.0 Access Token Response.OAuth2AccessTokenResponse.Builder A builder forOAuth2AccessTokenResponse.OAuth2AccessTokenResponseMapConverter Deprecated. UseDefaultOAuth2AccessTokenResponseMapConverterinsteadOAuth2AuthorizationExchange 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 forOAuth2AuthorizationRequest.OAuth2AuthorizationResponse A representation of an OAuth 2.0 Authorization Response for the authorization code grant type.OAuth2AuthorizationResponse.Builder A builder forOAuth2AuthorizationResponse.OAuth2AuthorizationResponseType Theresponse_typeparameter is consumed by the authorization endpoint which is used by the authorization code grant type and implicit grant type.