Class RestClientClientCredentialsTokenResponseClient

java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractRestClientOAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>
org.springframework.security.oauth2.client.endpoint.RestClientClientCredentialsTokenResponseClient
All Implemented Interfaces:
OAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>

public final class RestClientClientCredentialsTokenResponseClient extends AbstractRestClientOAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>
An implementation of OAuth2AccessTokenResponseClient that "exchanges" client credentials for an access token at the Authorization Server's Token Endpoint.
Since:
6.4
See Also:
  • Constructor Details

    • RestClientClientCredentialsTokenResponseClient

      public RestClientClientCredentialsTokenResponseClient()