1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[EC-598] feat: confirm new credentials

This commit is contained in:
Andreas Coroiu
2022-12-16 10:13:52 +01:00
parent 1d8dfaaf8d
commit 1ca9d73f10
9 changed files with 79 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
export abstract class Fido2UserInterfaceService {
verifyUser: () => Promise<boolean>;
verifyPresence: () => Promise<boolean>;
confirmNewCredential: () => Promise<boolean>;
}