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.- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClientaddHeadersConverter, addParametersConverter, getTokenResponse, setBodyExtractor, setHeadersConverter, setParametersConverter, setParametersCustomizer, setWebClient
- 
Constructor Details- 
WebClientReactiveTokenExchangeTokenResponseClientpublic WebClientReactiveTokenExchangeTokenResponseClient()
 
-