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

    Interface DeviceCredential

    interface DeviceCredential {
        id?: string;
        device_name?: string;
        device_id?: string;
        type?: Management.DeviceCredentialTypeEnum;
        user_id?: string;
        client_id?: string;
    }
    Index

    Properties

    id?: string

    ID of this device.

    device_name?: string

    User agent for this device

    device_id?: string

    Unique identifier for the device. NOTE: This field is generally not populated for refresh_tokens and rotating_refresh_tokens

    user_id?: string

    user_id this credential is associated with.

    client_id?: string

    client_id of the client (application) this credential is for.