クラス ServerOAuth2AuthorizationCodeAuthenticationTokenConverter

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

public class ServerOAuth2AuthorizationCodeAuthenticationTokenConverter extends ObjectSE implements ServerAuthenticationConverter
認証可能な ServerWebExchange から OAuth2AuthorizationCodeAuthenticationToken に変換します。コンバーターは変換を実行するだけで、エラーを検証しません。
導入:
5.1
関連事項: