1
0
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:
Matt Gibson
2021-01-08 08:53:45 -06:00
committed by GitHub
parent 3b5cae01e0
commit ca7794e6f2
3 changed files with 5 additions and 4 deletions

View File

@@ -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,