mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
Vault Timeout Policy (#1530)
This commit is contained in:
@@ -18,5 +18,7 @@ namespace Bit.Core.Abstractions
|
||||
MasterPasswordPolicyOptions enforcedPolicyOptions);
|
||||
Tuple<ResetPasswordPolicyOptions, bool> GetResetPasswordPolicyOptions(IEnumerable<Policy> policies,
|
||||
string orgId);
|
||||
Task<bool> PolicyAppliesToUser(PolicyType policyType, Func<Policy, bool> policyFilter = null);
|
||||
int? GetPolicyInt(Policy policy, string key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user