Class AccountProfileTwoFactorManagementGroupViewComponent
Inheritance
AccountProfileTwoFactorManagementGroupViewComponent
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class AccountProfileTwoFactorManagementGroupViewComponent : AbpViewComponent
Constructors
AccountProfileTwoFactorManagementGroupViewComponent(IProfileAppService, IAccountAppService, IdentityProTwoFactorManager)
Declaration
public AccountProfileTwoFactorManagementGroupViewComponent(IProfileAppService profileAppService, IAccountAppService accountAppService, IdentityProTwoFactorManager identityProTwoFactorManager)
Parameters
Fields
AccountAppService
Declaration
protected IAccountAppService AccountAppService
Field Value
IdentityProTwoFactorManager
Declaration
protected IdentityProTwoFactorManager IdentityProTwoFactorManager
Field Value
ProfileAppService
Declaration
protected IProfileAppService ProfileAppService
Field Value
Methods
InvokeAsync()
Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Extension Methods