using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace CMS.Extension.Jwt { public class JwtClient { public string Name { get; set; } public double Exp { get; set; } } }