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.
Since:
6.4
See Also:
  • Constructor Details

    • RestClientAuthorizationCodeTokenResponseClient

      public RestClientAuthorizationCodeTokenResponseClient()