mirror of
https://github.com/bitwarden/server.git
synced 2025-07-13 21:57:30 -05:00
Enforce 2fa policy (#654)
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
using System.Threading.Tasks;
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface IPolicyService
|
||||
{
|
||||
Task SaveAsync(Policy policy);
|
||||
Task SaveAsync(Policy policy, IUserService userService, IOrganizationService organizationService,
|
||||
Guid? savingUserId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user