inbox: store user's inbox keys (#47)
This commit is contained in:
@@ -23,5 +23,12 @@ namespace Notesnook.API.Models
|
||||
{
|
||||
public EncryptedData AttachmentsKey { get; set; }
|
||||
public EncryptedData MonographPasswordsKey { get; set; }
|
||||
public InboxKeys InboxKeys { get; set; }
|
||||
}
|
||||
|
||||
public class InboxKeys
|
||||
{
|
||||
public string Public { get; set; }
|
||||
public EncryptedData Private { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user