using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MTWorkHR.Identity.Entities { public class JwtSettingsxxx { public string Key { get; set; } public string Issuer { get; set; } public string Audience{ get; set; } public double DurationInMinutes { get; set; } } }