1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

PM-6468 Implemented copy TOTP if needed after using a Fido2 credential. Also added the Fido2MediatorService to have one point to interact with the authentication and also to add any new logic we need. (#3082)

This commit is contained in:
Federico Maccaroni
2024-03-14 18:12:50 -03:00
committed by GitHub
parent faa515b415
commit 970d3c2621
14 changed files with 129 additions and 40 deletions

View File

@@ -35,5 +35,6 @@ namespace Bit.Core.Abstractions
Task SoftDeleteWithServerAsync(string id);
Task RestoreWithServerAsync(string id);
Task<string> CreateNewLoginForPasskeyAsync(Fido2ConfirmNewCredentialParams newPasskeyParams);
Task CopyTotpCodeIfNeededAsync(CipherView cipher);
}
}