Show / Hide Table of Contents

Class AbpAccountOpenIddictOptions

Inheritance
object
AbpAccountOpenIddictOptions
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.Web
Assembly: Volo.Abp.Account.Pro.Public.Web.OpenIddict.dll
Syntax
public class AbpAccountOpenIddictOptions

Constructors

AbpAccountOpenIddictOptions()

Declaration
public AbpAccountOpenIddictOptions()

Properties

GetTenantDomain

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

ImpersonationAuthenticationScheme

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

IsTenantMultiDomain

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

LinkLoginAuthenticationScheme

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