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 anReactiveOAuth2AccessTokenResponseClient
for thejwt-bearer
grant. This implementation usesWebClient
when requesting an access token credential at the Authorization Server's Token Endpoint.
-
-
Constructor Summary
Constructors Constructor Description WebClientReactiveJwtBearerTokenResponseClient()
-
Method Summary
-
Methods inherited from class org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient
addHeadersConverter, addParametersConverter, getTokenResponse, setBodyExtractor, setHeadersConverter, setParametersConverter, setWebClient
-
-