Show / Hide Table of Contents

Class TwoFactorProviderConsts

Inheritance
object
TwoFactorProviderConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public class TwoFactorProviderConsts

Constructors

TwoFactorProviderConsts()

Declaration
public TwoFactorProviderConsts()

Fields

Authenticator

Declaration
public const string Authenticator = "Authenticator"
Field Value
Type Description
string

Email

Declaration
public const string Email = "Email"
Field Value
Type Description
string

Phone

Declaration
public const string Phone = "Phone"
Field Value
Type Description
string
In this article
Back to top Powered by Volosoft