mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 17:43:17 +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);
|
||||
|
||||
@@ -7,8 +7,10 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
bool SyncInProgress { get; }
|
||||
Task<bool> SyncCipherAsync(string id);
|
||||
Task<bool> SyncFolderAsync(string id);
|
||||
Task<bool> SyncDeleteFolderAsync(string id, DateTime revisionDate);
|
||||
Task<bool> SyncDeleteLoginAsync(string id);
|
||||
Task<bool> SyncSettingsAsync();
|
||||
Task<bool> FullSyncAsync(bool forceSync = false);
|
||||
Task<bool> FullSyncAsync(TimeSpan syncThreshold, bool forceSync = false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user