クラス WebClientReactivePasswordTokenResponseClient

実装されたすべてのインターフェース:
ReactiveOAuth2AccessTokenResponseClient<OAuth2PasswordGrantRequest>

@DeprecatedSE public final class WebClientReactivePasswordTokenResponseClient extends AbstractWebClientReactiveOAuth2AccessTokenResponseClient<OAuth2PasswordGrantRequest>
使用すべきではありません。
最新の OAuth 2.0 Security Best Current Practice では、Resource Owner Password Credentials グラントの使用が禁止されています。リファレンス OAuth 2.0 セキュリティのベストカレントプラクティスを参照してください。
password グラント用の ReactiveOAuth2AccessTokenResponseClient の実装。この実装は、認可サーバーのトークンエンドポイントでアクセストークン資格情報をリクエストするときに WebClient を使用します。
導入:
5.2
関連事項:
  • コンストラクターの詳細

    • WebClientReactivePasswordTokenResponseClient

      public WebClientReactivePasswordTokenResponseClient()
      使用すべきではありません。