Class AccountProfileAuthenticatorAppGroupViewComponent.AuthenticatorAppModel
Inheritance
AccountProfileAuthenticatorAppGroupViewComponent.AuthenticatorAppModel
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class AccountProfileAuthenticatorAppGroupViewComponent.AuthenticatorAppModel
Constructors
AuthenticatorAppModel()
Declaration
public AuthenticatorAppModel()
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
Extension Methods