mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 11:13:49 +00:00
new push notification changes and syncing
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Bit.App.Abstractions
|
||||
string Email { get; set; }
|
||||
string PIN { get; set; }
|
||||
|
||||
bool BelongsToOrganization(string orgId);
|
||||
void LogOut();
|
||||
Task<FullLoginResult> TokenPostAsync(string email, string masterPassword);
|
||||
Task<LoginResult> TokenPostTwoFactorAsync(string token, string email, string masterPasswordHash, CryptoKey key);
|
||||
|
||||
Reference in New Issue
Block a user