mirror of
https://github.com/bitwarden/server
synced 2025-12-23 19:53:40 +00:00
"user key" schema and api changes
This commit is contained in:
@@ -21,6 +21,7 @@ namespace Bit.Core.Models.Table
|
||||
public string EquivalentDomains { get; set; }
|
||||
public string ExcludedGlobalEquivalentDomains { get; set; }
|
||||
public DateTime AccountRevisionDate { get; internal set; } = DateTime.UtcNow;
|
||||
public string Key { get; set; }
|
||||
public string PublicKey { get; set; }
|
||||
public string PrivateKey { get; set; }
|
||||
public DateTime CreationDate { get; internal set; } = DateTime.UtcNow;
|
||||
|
||||
Reference in New Issue
Block a user