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.-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient
addHeadersConverter, addParametersConverter, getTokenResponse, setBodyExtractor, setHeadersConverter, setParametersConverter, setWebClient
-
Constructor Details
-
WebClientReactiveJwtBearerTokenResponseClient
public WebClientReactiveJwtBearerTokenResponseClient()
-