mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
Use UserService to manage emailVerified (#1367)
This commit is contained in:
@@ -17,10 +17,12 @@ namespace Bit.Core.Abstractions
|
||||
Task<int?> GetKdfIterationsAsync();
|
||||
Task<Organization> GetOrganizationAsync(string id);
|
||||
Task<string> GetSecurityStampAsync();
|
||||
Task<bool> GetEmailVerifiedAsync();
|
||||
Task<string> GetUserIdAsync();
|
||||
Task<bool> IsAuthenticatedAsync();
|
||||
Task ReplaceOrganizationsAsync(Dictionary<string, OrganizationData> organizations);
|
||||
Task SetInformationAsync(string userId, string email, KdfType kdf, int? kdfIterations);
|
||||
Task SetSecurityStampAsync(string stamp);
|
||||
Task SetEmailVerifiedAsync(bool emailVerified);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user