Class RestClientAuthorizationCodeTokenResponseClient
java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractRestClientOAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
org.springframework.security.oauth2.client.endpoint.RestClientAuthorizationCodeTokenResponseClient
- All Implemented Interfaces:
OAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
public final class RestClientAuthorizationCodeTokenResponseClient
extends AbstractRestClientOAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
An implementation of
OAuth2AccessTokenResponseClient
that "exchanges"
an authorization code for an access token at the Authorization Server's Token Endpoint.-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.security.oauth2.client.endpoint.AbstractRestClientOAuth2AccessTokenResponseClient
addHeadersConverter, addParametersConverter, getTokenResponse, setHeadersConverter, setParametersConverter, setParametersCustomizer, setRestClient
-
Constructor Details
-
RestClientAuthorizationCodeTokenResponseClient
public RestClientAuthorizationCodeTokenResponseClient()
-