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 aReactiveOAuth2AccessTokenResponseClient
that "exchanges" a client credential for an access token credential at the Authorization Server's Token Endpoint.
-
-
Constructor Summary
Constructors Constructor Description WebClientReactiveClientCredentialsTokenResponseClient()
-
Method Summary
-
Methods inherited from class org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient
getTokenResponse, setWebClient
-
-