(fingerprintId: string)
| 16 | fingerprintId: string, |
| 17 | ): Promise<{ id: string }[]> |
| 18 | getFingerprintData(fingerprintId: string): Promise<FingerprintData[]> |
| 19 | deleteOrphanedWebSessions(userId: string): Promise<{ id: string }[]> |
| 20 | deleteWebSessionsInTimeWindow( |
| 21 | userId: string, |