Class ServerOAuth2AuthorizationCodeAuthenticationTokenConverter

java.lang.Object
org.springframework.security.oauth2.client.web.server.ServerOAuth2AuthorizationCodeAuthenticationTokenConverter
All Implemented Interfaces:
ServerAuthenticationConverter

public class ServerOAuth2AuthorizationCodeAuthenticationTokenConverter extends Object implements ServerAuthenticationConverter
Converts from a ServerWebExchange to an OAuth2AuthorizationCodeAuthenticationToken that can be authenticated. The converter does not validate any errors it only performs a conversion.
Since:
5.1
See Also: