Class AbpAccountOptions
Inheritance
AbpAccountOptions
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class AbpAccountOptions
Constructors
AbpAccountOptions()
Declaration
public AbpAccountOptions()
Fields
ExternalProviderIconMap
Declaration
public Dictionary<string, string> ExternalProviderIconMap
Field Value
Properties
GetTenantDomain
Declaration
public Func<HttpContext, BasicTenantInfo, Task<string>> GetTenantDomain { get; set; }
Property Value
ImpersonationTenantPermission
Declaration
public string ImpersonationTenantPermission { get; set; }
Property Value
ImpersonationUserPermission
Declaration
public string ImpersonationUserPermission { get; set; }
Property Value
IsTenantMultiDomain
Declaration
public bool IsTenantMultiDomain { get; set; }
Property Value
TenantAdminUserName
Declaration
public string TenantAdminUserName { get; set; }
Property Value
WindowsAuthenticationSchemeName
Declaration
public string WindowsAuthenticationSchemeName { get; set; }
Property Value
Extension Methods