Class WebClientReactiveClientCredentialsTokenResponseClient
java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>
org.springframework.security.oauth2.client.endpoint.WebClientReactiveClientCredentialsTokenResponseClient
- All Implemented Interfaces:
 ReactiveOAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>
public class WebClientReactiveClientCredentialsTokenResponseClient
extends AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>
An implementation of a 
ReactiveOAuth2AccessTokenResponseClient that
 "exchanges" a client credential for 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, setParametersCustomizer, setWebClient 
- 
Constructor Details
- 
WebClientReactiveClientCredentialsTokenResponseClient
public WebClientReactiveClientCredentialsTokenResponseClient() 
 -