using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Extension.JwtAuth.Models { public class JwtClient { public string Name { get; set; } public double Exp { get; set; } } }