Class DPoPAuthenticationProvider

java.lang.Object
org.springframework.security.oauth2.server.resource.authentication.DPoPAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public final class DPoPAuthenticationProvider extends Object implements AuthenticationProvider
An AuthenticationProvider implementation that is responsible for authenticating a DPoP-bound access token for a protected resource request.
Since:
6.5
See Also: