Class WebClientReactiveAuthorizationCodeTokenResponseClient

java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
org.springframework.security.oauth2.client.endpoint.WebClientReactiveAuthorizationCodeTokenResponseClient
All Implemented Interfaces:
ReactiveOAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>

public class WebClientReactiveAuthorizationCodeTokenResponseClient extends AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>
An implementation of a ReactiveOAuth2AccessTokenResponseClient 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.1
See Also:
  • Constructor Details

    • WebClientReactiveAuthorizationCodeTokenResponseClient

      public WebClientReactiveAuthorizationCodeTokenResponseClient()