Class WebClientReactiveRefreshTokenTokenResponseClient
java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2RefreshTokenGrantRequest>
org.springframework.security.oauth2.client.endpoint.WebClientReactiveRefreshTokenTokenResponseClient
- All Implemented Interfaces:
 ReactiveOAuth2AccessTokenResponseClient<OAuth2RefreshTokenGrantRequest>
public final class WebClientReactiveRefreshTokenTokenResponseClient
extends AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2RefreshTokenGrantRequest>
An implementation of a 
ReactiveOAuth2AccessTokenResponseClient for the
 refresh_token grant. This implementation
 uses WebClient when requesting an access token credential at the Authorization
 Server's Token Endpoint.- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient
addHeadersConverter, addParametersConverter, getTokenResponse, setBodyExtractor, setHeadersConverter, setParametersConverter, setWebClient 
- 
Constructor Details
- 
WebClientReactiveRefreshTokenTokenResponseClient
public WebClientReactiveRefreshTokenTokenResponseClient() 
 -