Class DefaultAuthorizationCodeTokenResponseClient

java.lang.Object
org.springframework.security.oauth2.client.endpoint.DefaultAuthorizationCodeTokenResponseClient
All Implemented Interfaces:
OAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>

public final class DefaultAuthorizationCodeTokenResponseClient extends Object implements OAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
The default implementation of an OAuth2AccessTokenResponseClient for the authorization_code grant. This implementation uses a RestOperations when requesting an access token credential at the Authorization Server's Token Endpoint.
Since:
5.1
See Also:
  • Constructor Details

    • DefaultAuthorizationCodeTokenResponseClient

      public DefaultAuthorizationCodeTokenResponseClient()
  • Method Details