Class RestClientJwtBearerTokenResponseClient

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

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

    • RestClientJwtBearerTokenResponseClient

      public RestClientJwtBearerTokenResponseClient()