Class OAuth2AuthorizationCodeRequestAuthenticationProvider

java.lang.Object
org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public final class OAuth2AuthorizationCodeRequestAuthenticationProvider extends Object implements AuthenticationProvider
An AuthenticationProvider implementation for the OAuth 2.0 Authorization Request used in the Authorization Code Grant.
Since:
7.0
See Also: