mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
encrypted private key and org keys at rest
This commit is contained in:
8
src/App/Models/Api/Response/KeysResponse.cs
Normal file
8
src/App/Models/Api/Response/KeysResponse.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Bit.App.Models.Api
|
||||
{
|
||||
public class KeysResponse
|
||||
{
|
||||
public string PublicKey { get; set; }
|
||||
public string PrivateKey { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user