namespace Application.Web; public class RefreshTokenParms { public string refToken { get; set; } public string token { get; set; } }