mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Run dotnet format (#1738)
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Bit.Core.Abstractions
|
||||
Task<Cipher> EncryptAsync(CipherView model, SymmetricCryptoKey key = null, Cipher originalCipher = null);
|
||||
Task<List<Cipher>> GetAllAsync();
|
||||
Task<List<CipherView>> GetAllDecryptedAsync();
|
||||
Task<Tuple<List<CipherView>, List<CipherView>, List<CipherView>>> GetAllDecryptedByUrlAsync(string url,
|
||||
Task<Tuple<List<CipherView>, List<CipherView>, List<CipherView>>> GetAllDecryptedByUrlAsync(string url,
|
||||
List<CipherType> includeOtherTypes = null);
|
||||
Task<List<CipherView>> GetAllDecryptedForGroupingAsync(string groupingId, bool folder = true);
|
||||
Task<List<CipherView>> GetAllDecryptedForUrlAsync(string url);
|
||||
|
||||
Reference in New Issue
Block a user