Class PasswordOAuth2AuthorizedClientProvider

java.lang.Object
org.springframework.security.oauth2.client.PasswordOAuth2AuthorizedClientProvider
All Implemented Interfaces:
OAuth2AuthorizedClientProvider

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

    • PasswordOAuth2AuthorizedClientProvider

      public PasswordOAuth2AuthorizedClientProvider()
      Deprecated.
  • Method Details