1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-18 08:23:15 +00:00

[PM-5731] feat: scaffold make credential

This commit is contained in:
Andreas Coroiu
2024-01-23 14:29:20 +01:00
parent f0841eb8b2
commit ce550fee74
5 changed files with 171 additions and 92 deletions

View File

@@ -4,6 +4,7 @@ namespace Bit.Core.Abstractions
{
public interface IFido2AuthenticatorService
{
Task<Fido2AuthenticatorMakeCredentialResult> MakeCredentialAsync(Fido2AuthenticatorMakeCredentialParams makeCredentialParams);
Task<Fido2AuthenticatorGetAssertionResult> GetAssertionAsync(Fido2AuthenticatorGetAssertionParams assertionParams);
}
}