Class WebClientReactiveTokenExchangeTokenResponseClient

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

public final class WebClientReactiveTokenExchangeTokenResponseClient extends AbstractWebClientReactiveOAuth2AccessTokenResponseClient<TokenExchangeGrantRequest>
The default implementation of an ReactiveOAuth2AccessTokenResponseClient for the token-exchange grant. This implementation uses WebClient when requesting an access token credential at the Authorization Server's Token Endpoint.
Since:
6.3
See Also:
  • Constructor Details

    • WebClientReactiveTokenExchangeTokenResponseClient

      public WebClientReactiveTokenExchangeTokenResponseClient()