Class DeviceGrantTypeFactory

java.lang.Object
org.keycloak.protocol.oidc.grants.device.DeviceGrantTypeFactory
All Implemented Interfaces:
OAuth2GrantTypeFactory, EnvironmentDependentProviderFactory, ProviderFactory<OAuth2GrantType>

public class DeviceGrantTypeFactory extends Object implements OAuth2GrantTypeFactory, EnvironmentDependentProviderFactory
Factory for OAuth 2.0 Device Authorization Grant
Author:
Dmitry Telegin