Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface DeviceCodeGrantRequest

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

    Properties

    client_id?: string

    Specify this to override the parent class's clientId

    device_code: string

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