mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
fingerprint unlock
This commit is contained in:
@@ -27,6 +27,6 @@ namespace Bit.Core.Abstractions
|
||||
bool SupportsU2f();
|
||||
bool SupportsDuo();
|
||||
Task<bool> SupportsFingerprintAsync();
|
||||
Task<bool> AuthenticateFingerprintAsync(string text = null);
|
||||
Task<bool> AuthenticateFingerprintAsync(string text = null, string fallbackText = null, Action fallback = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user