using Abp.Collections; namespace IwbZero.Zero.Configuration { /// /// User management configuration. /// public interface IUserManagementConfig { ITypeList ExternalAuthenticationSources { get; set; } } }