1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 15:43:19 +00:00

[PM-2297] Update account decryption options model

This commit is contained in:
André Bispo
2023-07-18 11:34:39 +01:00
parent 9b6b2c005e
commit 5e1229f943

View File

@@ -12,6 +12,7 @@ namespace Bit.Core.Models.Domain
{
public bool HasAdminApproval { get; set; }
public bool HasLoginApprovingDevice { get; }
public bool HasManageResetPasswordPermission { get; }
public string EncryptedPrivateKey { get; }
public string EncryptedUserKey { get; }
}