1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[EC-598] feat: add support for non-discoverable credentials

This commit is contained in:
Andreas Coroiu
2023-03-23 10:47:58 +01:00
parent f49822989c
commit 6bf680cacc
3 changed files with 126 additions and 33 deletions

View File

@@ -10,6 +10,10 @@ export abstract class Fido2UserInterfaceService {
params: NewCredentialParams,
abortController?: AbortController
) => Promise<boolean>;
confirmNewNonDiscoverableCredential: (
params: NewCredentialParams,
abortController?: AbortController
) => Promise<string | undefined>;
informExcludedCredential: (
existingCipherIds: string[],
newCredential: NewCredentialParams,