Class PasswordReactiveOAuth2AuthorizedClientProvider

java.lang.Object
org.springframework.security.oauth2.client.PasswordReactiveOAuth2AuthorizedClientProvider
All Implemented Interfaces:
ReactiveOAuth2AuthorizedClientProvider

@Deprecated public final class PasswordReactiveOAuth2AuthorizedClientProvider extends Object implements ReactiveOAuth2AuthorizedClientProvider
Deprecated.
The latest 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 ReactiveOAuth2AuthorizedClientProvider for the password grant.
Since:
5.2
See Also:
  • Constructor Details

    • PasswordReactiveOAuth2AuthorizedClientProvider

      public PasswordReactiveOAuth2AuthorizedClientProvider()
      Deprecated.
  • Method Details