Class IdentityProTwoFactorManager
Inheritance
IdentityProTwoFactorManager
Implements
IDomainService
ITransientDependency
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
Type |
Name |
Description |
IFeatureChecker |
featureChecker |
|
ISettingProvider |
settingProvider |
|
Properties
FeatureChecker
Declaration
protected IFeatureChecker FeatureChecker { get; }
Property Value
Type |
Description |
IFeatureChecker |
|
SettingProvider
Declaration
protected ISettingProvider SettingProvider { get; }
Property Value
Type |
Description |
ISettingProvider |
|
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
Volo.Abp.Domain.Services.IDomainService
Volo.Abp.DependencyInjection.ITransientDependency