Class AbpAccountIdentityServerOptions
Inheritance
AbpAccountIdentityServerOptions
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public class AbpAccountIdentityServerOptions
Constructors
AbpAccountIdentityServerOptions()
Declaration
public AbpAccountIdentityServerOptions()
Properties
GetTenantDomain
Declaration
public Func<HttpContext, ExtensionGrantValidationContext, BasicTenantInfo, Task<string>> GetTenantDomain { get; set; }
Property Value
ImpersonationAuthenticationScheme
Declaration
public string ImpersonationAuthenticationScheme { get; set; }
Property Value
IsTenantMultiDomain
Declaration
public bool IsTenantMultiDomain { get; set; }
Property Value
LinkLoginAuthenticationScheme
Declaration
public string LinkLoginAuthenticationScheme { get; set; }
Property Value
Extension Methods