1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 03:33:35 +00:00

added refresh date to license files

This commit is contained in:
Kyle Spearrin
2017-08-15 14:58:17 -04:00
parent ea22cb1f79
commit b1443b4f94
3 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ namespace Bit.Core.Models.Business
string LicenseKey { get; set; }
int Version { get; set; }
DateTime Issued { get; set; }
DateTime? Refresh { get; set; }
DateTime? Expires { get; set; }
bool Trial { get; set; }
string Signature { get; set; }