Class OAuth2PushedAuthorizationRequestAuthenticationProvider

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

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