mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-08-23 08:47:29 +02:00
identity: reset user 2fa on password reset
This commit is contained in:
@@ -28,6 +28,7 @@ namespace Streetwriters.Identity.Interfaces
|
||||
{
|
||||
Task EnableMFAAsync(User user, string primaryMethod);
|
||||
Task<bool> DisableMFAAsync(User user);
|
||||
Task<bool> ResetMFAAsync(User user);
|
||||
Task SetSecondaryMethodAsync(User user, string secondaryMethod);
|
||||
string GetPrimaryMethod(User user);
|
||||
string GetSecondaryMethod(User user);
|
||||
|
||||
Reference in New Issue
Block a user