Search Results for

    Show / Hide Table of Contents
    View Source

    Class TwoFactorLogin

    Represents a two-factor authentication login configuration for a user or member.

    Inheritance
    object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class TwoFactorLogin : EntityBase, ITwoFactorLogin, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Constructors

    View Source

    TwoFactorLogin()

    Declaration
    public TwoFactorLogin()

    Properties

    View Source

    Confirmed

    Gets or sets a value indicating whether the two-factor authentication has been confirmed/activated.

    Declaration
    public bool Confirmed { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ProviderName

    Gets or sets the name of the two-factor authentication provider.

    Declaration
    public string ProviderName { get; set; }
    Property Value
    Type Description
    string
    View Source

    Secret

    Gets or sets the secret key used for two-factor authentication.

    Declaration
    public string Secret { get; set; }
    Property Value
    Type Description
    string
    View Source

    UserOrMemberKey

    Gets or sets the unique key of the user or member associated with this two-factor login.

    Declaration
    public Guid UserOrMemberKey { get; set; }
    Property Value
    Type Description
    Guid
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX