namespace WatchIt.WebAPI.Services.Utility.Configuration.Model; public class Token { public int NormalLifetime { get; set; } public int ExtendedLifetime { get; set; } }