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