Show / Hide Table of Contents

Class AbpAccountOptions

Inheritance
object
AbpAccountOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Public.Web
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
Type Description
Dictionary<string, string>

Properties

GetTenantDomain

Declaration
public Func<HttpContext, BasicTenantInfo, Task<string>> GetTenantDomain { get; set; }
Property Value
Type Description
Func<HttpContext, BasicTenantInfo, Task<string>>

ImpersonationTenantPermission

Declaration
public string ImpersonationTenantPermission { get; set; }
Property Value
Type Description
string

ImpersonationUserPermission

Declaration
public string ImpersonationUserPermission { get; set; }
Property Value
Type Description
string

IsTenantMultiDomain

Declaration
public bool IsTenantMultiDomain { get; set; }
Property Value
Type Description
bool

TenantAdminUserName

Declaration
public string TenantAdminUserName { get; set; }
Property Value
Type Description
string

WindowsAuthenticationSchemeName

Declaration
public string WindowsAuthenticationSchemeName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft