Class DeviceGrantType

java.lang.Object
org.keycloak.protocol.oidc.grants.OAuth2GrantTypeBase
org.keycloak.protocol.oidc.grants.device.DeviceGrantType
All Implemented Interfaces:
OAuth2GrantType, Provider

public class DeviceGrantType extends OAuth2GrantTypeBase
OAuth 2.0 Device Authorization Grant https://datatracker.ietf.org/doc/html/rfc8628#section-3.4
Author:
Hiroyuki Wada, Michito Okai
  • Field Details

  • Constructor Details

    • DeviceGrantType

      public DeviceGrantType()
  • Method Details