The AuthDevice object contains id and name of the device.

interface AuthDevice {
    id: string;
    name?: string;
}

Properties

Properties

id: string
name?: string