Device: {
    _id: string;
    _rev: string;
    createdDate: number;
    deviceId: string;
    deviceManagementStatus: boolean;
    deviceName: string;
    key: {
        alg: string;
        e: string;
        kid: string;
        kty: string;
        n: string;
        use: string;
    };
    lastAccessDate: number;
    recoveryCodes: string[];
    uuid: string;
}

Type declaration

  • _id: string
  • _rev: string
  • createdDate: number
  • deviceId: string
  • deviceManagementStatus: boolean
  • deviceName: string
  • key: { alg: string; e: string; kid: string; kty: string; n: string; use: string }
  • lastAccessDate: number
  • recoveryCodes: string[]
  • uuid: string