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.
Since:
5.1
See Also:
  • Constructor Details

    • WebClientReactiveClientCredentialsTokenResponseClient

      public WebClientReactiveClientCredentialsTokenResponseClient()