mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 22:33:25 +00:00
Update revision date from server on restore (#1211)
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Bit.Core.Abstractions
|
||||
Task<FolderResponse> PutFolderAsync(string id, FolderRequest request);
|
||||
Task<CipherResponse> PutShareCipherAsync(string id, CipherShareRequest request);
|
||||
Task PutDeleteCipherAsync(string id);
|
||||
Task PutRestoreCipherAsync(string id);
|
||||
Task<CipherResponse> PutRestoreCipherAsync(string id);
|
||||
Task RefreshIdentityTokenAsync();
|
||||
Task<object> PreValidateSso(string identifier);
|
||||
Task<TResponse> SendAsync<TRequest, TResponse>(HttpMethod method, string path,
|
||||
|
||||
Reference in New Issue
Block a user