Class OAuth2DeviceAuthorizationConsentAuthenticationProvider

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

public final class OAuth2DeviceAuthorizationConsentAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
An AuthenticationProvider implementation for the Device Authorization Consent used in the OAuth 2.0 Device Authorization Grant.
Since:
1.1
See Also: