namespace Win_in.Sfs.Scp.WebApi.XmlHost { public class BaererToken { public string access_token { get; set; } public long expires_in { get; set; } public string token_type { get; set; } public string refresh_token { get; set; } public string scope { get; set; } } }