mirror of
https://github.com/bitwarden/mobile
synced 2026-01-16 15:33:47 +00:00
[PM-5731] feat: add support for silent discoverability
This commit is contained in:
@@ -6,5 +6,7 @@ namespace Bit.Core.Abstractions
|
||||
{
|
||||
Task<Fido2AuthenticatorMakeCredentialResult> MakeCredentialAsync(Fido2AuthenticatorMakeCredentialParams makeCredentialParams);
|
||||
Task<Fido2AuthenticatorGetAssertionResult> GetAssertionAsync(Fido2AuthenticatorGetAssertionParams assertionParams);
|
||||
// TODO: Should this return a List? Or maybe IEnumerable?
|
||||
Task<Fido2AuthenticatorDiscoverableCredentialMetadata[]> SilentCredentialDiscoveryAsync(string rpId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user