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