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