Package com.ringcentral.definitions
Class DeviceCodeTokenRequest
java.lang.Object
com.ringcentral.definitions.DeviceCodeTokenRequest
Token endpoint request parameters used in the "Device Authorization" flow
with the `urn:ietf:params:oauth:grant-type:device_code` grant type
-
Field Summary
FieldsModifier and TypeFieldDescriptionFor `urn:ietf:params:oauth:grant-type:device_code` grant type only.Grant type Required Enum: urn:ietf:params:oauth:grant-type:device_code -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
grant_type
Grant type Required Enum: urn:ietf:params:oauth:grant-type:device_code -
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
-
grant_type
-
device_code
-