Class WebClientReactivePasswordTokenResponseClient

java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2PasswordGrantRequest>
org.springframework.security.oauth2.client.endpoint.WebClientReactivePasswordTokenResponseClient
All Implemented Interfaces:
ReactiveOAuth2AccessTokenResponseClient<OAuth2PasswordGrantRequest>

@Deprecated(since="5.8", forRemoval=true) public final class WebClientReactivePasswordTokenResponseClient extends AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2PasswordGrantRequest>
Deprecated, for removal: This API element is subject to removal in a future version.
The OAuth 2.0 Security Best Current Practice disallows the use of the Resource Owner Password Credentials grant. See reference OAuth 2.0 Security Best Current Practice.
An implementation of a ReactiveOAuth2AccessTokenResponseClient for the password grant. This implementation uses WebClient when requesting an access token credential at the Authorization Server's Token Endpoint.
Since:
5.2
See Also:
  • Constructor Details

    • WebClientReactivePasswordTokenResponseClient

      public WebClientReactivePasswordTokenResponseClient()
      Deprecated, for removal: This API element is subject to removal in a future version.