namespace HuiXin.Gateway.Ocelot.Configurations { public class RolesAuthorizerConfiguration { public string Type { get; set; } public string Url { get; set; } public int Timeout { get; set; } } }