Class IdentityProTwoFactorManager
Inheritance
IdentityProTwoFactorManager
Assembly: Volo.Abp.Identity.Pro.Domain.dll
Syntax
public class IdentityProTwoFactorManager : IDomainService, ITransientDependency
Constructors
IdentityProTwoFactorManager(IFeatureChecker, ISettingProvider)
Declaration
public IdentityProTwoFactorManager(IFeatureChecker featureChecker, ISettingProvider settingProvider)
Parameters
Properties
FeatureChecker
Declaration
protected IFeatureChecker FeatureChecker { get; }
Property Value
SettingProvider
Declaration
protected ISettingProvider SettingProvider { get; }
Property Value
Methods
IsForcedDisableAsync()
Declaration
public virtual Task<bool> IsForcedDisableAsync()
Returns
IsForcedEnableAsync()
Declaration
public virtual Task<bool> IsForcedEnableAsync()
Returns
IsOptionalAsync()
Declaration
public virtual Task<bool> IsOptionalAsync()
Returns
Implements
Extension Methods