Class AccountProfileTwoFactorManagementGroupViewComponent.ChangeTwoFactorModel
Inheritance
AccountProfileTwoFactorManagementGroupViewComponent.ChangeTwoFactorModel
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class AccountProfileTwoFactorManagementGroupViewComponent.ChangeTwoFactorModel
Constructors
ChangeTwoFactorModel()
Declaration
public ChangeTwoFactorModel()
Properties
AuthenticatorUri
Declaration
public string AuthenticatorUri { get; set; }
Property Value
Code
Declaration
public string Code { get; set; }
Property Value
HasAuthenticator
Declaration
public bool HasAuthenticator { get; set; }
Property Value
SharedKey
Declaration
public string SharedKey { get; set; }
Property Value
TwoFactorEnabled
Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
TwoFactorForcedEnabled
Declaration
public bool TwoFactorForcedEnabled { get; set; }
Property Value
Extension Methods