mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
Vault Timeout Policy (#1530)
This commit is contained in:
@@ -17,5 +17,6 @@ namespace Bit.Core.Abstractions
|
||||
Task LockAsync(bool allowSoftLock = false, bool userInitiated = false);
|
||||
Task LogOutAsync();
|
||||
Task SetVaultTimeoutOptionsAsync(int? timeout, string action);
|
||||
Task<int> GetVaultTimeout();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user