クラス OAuth2AuthorizationCodeGrantWebFilter

java.lang.ObjectSE
org.springframework.security.oauth2.client.web.server.OAuth2AuthorizationCodeGrantWebFilter
実装されたすべてのインターフェース:
org.springframework.web.server.WebFilter

public class OAuth2AuthorizationCodeGrantWebFilter extends ObjectSE implements org.springframework.web.server.WebFilter
OAuth 2.0 認可コード認可の Filter。これは、OAuth 2.0 認可レスポンスの処理を処理します。

OAuth 2.0 認可レスポンスは次のように処理されます。

導入:
5.1
関連事項: