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