Type Alias DeletedOathDevice
DeletedOathDevice: {
    _id: string;
    _rev: string;
    checksumDigit: boolean;
    clockDriftSeconds: number;
    counter: number;
    createdDate: number;
    deviceName: string;
    lastAccessDate: number;
    lastLogin: number;
    recoveryCodes: string[];
    sharedSecret: string;
    truncationOffset: number;
    uuid: string;
}
Type declaration
_id: string
_rev: string
checksumDigit: boolean
clockDriftSeconds: number
counter: number
createdDate: number
deviceName: string
lastAccessDate: number
lastLogin: number
recoveryCodes: string[]
sharedSecret: string
truncationOffset: number
uuid: string