Class TwoFactorModel
Inheritance
System.Object
TwoFactorModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class TwoFactorModel : IdentityPageModel
Constructors
TwoFactorModel(IIdentityUserAppService)
Declaration
public TwoFactorModel(IIdentityUserAppService identityUserAppService)
Parameters
| Type |
Name |
Description |
| IIdentityUserAppService |
identityUserAppService |
|
Properties
IdentityUserAppService
Declaration
protected IIdentityUserAppService IdentityUserAppService { get; }
Property Value
| Type |
Description |
| IIdentityUserAppService |
|
TwoFactorInput
Declaration
[BindProperty]
public TwoFactorModel.TwoFactorViewModel TwoFactorInput { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
OnGetAsync(Guid)
Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
| Type |
Name |
Description |
| System.Guid |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|