Class AbpAccountOpenIddictOptions
Inheritance
AbpAccountOpenIddictOptions
Assembly: Volo.Abp.Account.Pro.Public.Web.OpenIddict.dll
Syntax
public class AbpAccountOpenIddictOptions
Constructors
AbpAccountOpenIddictOptions()
Declaration
public AbpAccountOpenIddictOptions()
Properties
ClientIdToDeviceMap
Declaration
public Dictionary<string, string> ClientIdToDeviceMap { get; }
Property Value
GetTenantDomain
Declaration
public Func<HttpContext, 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