mirror of
https://github.com/bitwarden/mobile
synced 2025-12-30 15:13:24 +00:00
centralize login code into auth service
This commit is contained in:
@@ -8,6 +8,5 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
Task<ApiResult<CipherResponse>> GetByIdAsync(string id);
|
||||
Task<ApiResult<ListResponse<CipherResponse>>> GetAsync();
|
||||
Task<ApiResult<CipherHistoryResponse>> GetByRevisionDateWithHistoryAsync(DateTime since);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user