Back to Node Auth0

Interface DeviceCodeGrantRequest

docs/interfaces/auth.DeviceCodeGrantRequest.html

5.9.1692 B
Original Source
  • auth
  • DeviceCodeGrantRequest

Interface DeviceCodeGrantRequest

interface DeviceCodeGrantRequest {
client_id?: string;
device_code: string;
}

Index

Properties

client_id?device_code

Properties

Optionalclient_id

client_id?: string

Specify this to override the parent class's clientId

device_code

device_code: string

The device code previously returned from the /oauth/device/code endpoint.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties client_iddevice_code