Class WebClientReactiveJwtBearerTokenResponseClient
java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient<JwtBearerGrantRequest>
org.springframework.security.oauth2.client.endpoint.WebClientReactiveJwtBearerTokenResponseClient
- All Implemented Interfaces:
ReactiveOAuth2AccessTokenResponseClient<JwtBearerGrantRequest>
public final class WebClientReactiveJwtBearerTokenResponseClient
extends AbstractWebClientReactiveOAuth2AccessTokenResponseClient<JwtBearerGrantRequest>
The default implementation of an
ReactiveOAuth2AccessTokenResponseClient for
the jwt-bearer grant. This implementation
uses WebClient when requesting an access token credential at the Authorization
Server's Token Endpoint.- Since:
- 5.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WebClientReactiveJwtBearerTokenResponseClient
public WebClientReactiveJwtBearerTokenResponseClient()
-