Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ITwoFactorLogin

    Represents a two-factor authentication login configuration.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ITwoFactorLogin : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    ProviderName

    Gets the name of the two-factor authentication provider.

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

    Secret

    Gets the secret key used for two-factor authentication.

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

    UserOrMemberKey

    Gets the unique identifier of the user or member associated with this login.

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