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