mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 07:13:33 +00:00
Support for storing multiple biometric integrity states for iOS (#1110)
* support for storing multiple biometric integrity states for iOS * remove unused var & save new extension bio state upon password validation
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Bit.Core.Abstractions
|
||||
{
|
||||
public interface IBiometricService
|
||||
{
|
||||
Task<bool> SetupBiometricAsync();
|
||||
Task<bool> ValidateIntegrityAsync();
|
||||
Task<bool> SetupBiometricAsync(string bioIntegrityKey = null);
|
||||
Task<bool> ValidateIntegrityAsync(string bioIntegrityKey = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user