Class NimbusAuthorizationCodeTokenResponseClient

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

@Deprecated public class NimbusAuthorizationCodeTokenResponseClient extends Object implements OAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
An implementation of an OAuth2AccessTokenResponseClient that "exchanges" an authorization code credential for an access token credential at the Authorization Server's Token Endpoint.

NOTE: This implementation uses the Nimbus OAuth 2.0 SDK internally.

Since:
5.0
See Also: