mirror of
https://github.com/bitwarden/mobile
synced 2026-01-14 22:43:15 +00:00
[PM-5731] feat: implement get assertion params object
This commit is contained in:
9
src/Core/Abstractions/IFido2AuthenticatorService.cs
Normal file
9
src/Core/Abstractions/IFido2AuthenticatorService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Bit.Core.Utilities.Fido2;
|
||||
|
||||
namespace Bit.Core.Abstractions
|
||||
{
|
||||
public interface IFido2AuthenticatorService
|
||||
{
|
||||
Task<Fido2AuthenticatorGetAssertionResult> GetAssertionAsync(Fido2AuthenticatorGetAssertionParams assertionParams);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user