Package org.springframework.security.oauth2.core.endpoint
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.
-
ClassesClassDescriptionA
Converterthat converts the provided OAuth 2.0 Access Token Response parameters to anOAuth2AccessTokenResponse.AConverterthat converts the providedOAuth2AccessTokenResponseto aMaprepresentation of the OAuth 2.0 Access Token Response parameters.A representation of an OAuth 2.0 Access Token Response.A builder forOAuth2AccessTokenResponse.An "exchange" of an OAuth 2.0 Authorization Request and Response for the authorization code grant type.A representation of an OAuth 2.0 Authorization Request for the authorization code grant type.A builder forOAuth2AuthorizationRequest.A representation of an OAuth 2.0 Authorization Response for the authorization code grant type.A builder forOAuth2AuthorizationResponse.Theresponse_typeparameter is consumed by the authorization endpoint which is used by the authorization code grant type.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.Standard parameter names defined in the OAuth Parameters Registry and used by the authorization endpoint and token endpoint.