mirror of
https://github.com/bitwarden/server
synced 2025-12-13 14:53:34 +00:00
updates for license validation
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Bit.Core.Services
|
||||
Task<User> GetUserByIdAsync(Guid userId);
|
||||
Task<User> GetUserByPrincipalAsync(ClaimsPrincipal principal);
|
||||
Task<DateTime> GetAccountRevisionDateByIdAsync(Guid userId);
|
||||
Task SaveUserAsync(User user);
|
||||
Task SaveUserAsync(User user, bool push = false);
|
||||
Task<IdentityResult> RegisterUserAsync(User user, string masterPassword);
|
||||
Task SendMasterPasswordHintAsync(string email);
|
||||
Task SendTwoFactorEmailAsync(User user);
|
||||
|
||||
Reference in New Issue
Block a user