mirror of
https://github.com/TbT480jcspy/Iris-Rec-2023-Server-Code.git
synced 2026-09-08 14:41:24 -07:00
MOVEMENT
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace ir23.Data
|
||||
{
|
||||
public class refreshtable
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public required string RefreshToken { get; set; }
|
||||
public required DateTime ExpiryTime { get; set; } = DateTime.UtcNow + TimeSpan.FromDays(7);
|
||||
public required long AccountId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user