Class DeviceCodeTokenRequest

java.lang.Object
com.ringcentral.definitions.DeviceCodeTokenRequest

public class DeviceCodeTokenRequest extends Object
Token endpoint request parameters used in the "Device Authorization" flow with the `urn:ietf:params:oauth:grant-type:device_code` grant type
  • Field Details

    • grant_type

      public String grant_type
      Grant type Required Enum: urn:ietf:params:oauth:grant-type:device_code
    • device_code

      public String device_code
      For `urn:ietf:params:oauth:grant-type:device_code` grant type only. The device verification code as defined by [RFC-8628](https://datatracker.ietf.org/doc/html/rfc8628#section-3.4) Required
  • Constructor Details

    • DeviceCodeTokenRequest

      public DeviceCodeTokenRequest()
  • Method Details