Class OAuth2AuthorizationCodeGrantWebFilter

java.lang.Object
org.springframework.security.oauth2.client.web.server.OAuth2AuthorizationCodeGrantWebFilter
All Implemented Interfaces:
org.springframework.web.server.WebFilter

public class OAuth2AuthorizationCodeGrantWebFilter extends Object implements org.springframework.web.server.WebFilter
A Filter for the OAuth 2.0 Authorization Code Grant, which handles the processing of the OAuth 2.0 Authorization Response.

The OAuth 2.0 Authorization Response is processed as follows:

Since:
5.1
See Also: