mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
encrypted private key and org keys at rest
This commit is contained in:
@@ -10,5 +10,6 @@ namespace Bit.App.Abstractions
|
||||
Task<ApiResult> PostPasswordHintAsync(PasswordHintRequest requestObj);
|
||||
Task<ApiResult<DateTime?>> GetAccountRevisionDateAsync();
|
||||
Task<ApiResult<ProfileResponse>> GetProfileAsync();
|
||||
Task<ApiResult<KeysResponse>> GetKeys();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user