Class OAuth2DeviceAuthorizationRequestAuthenticationProvider

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

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