WebAuthn device information

interface DeviceInfo {
    deviceId: string;
    lastUsed?: number;
    name: string;
    platform: string;
    registeredBy?: string;
    timestamp: number;
}

Hierarchy

  • BaseDeviceInfo
    • DeviceInfo

Properties

deviceId: string
lastUsed?: number
name: string
platform: string
registeredBy?: string
timestamp: number