The AuthDevice object contains id and name of the device.

interface AuthDevice {
    id: string;
}

Properties

Properties

id: string