mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05: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