Search Results for

    Show / Hide Table of Contents
    View Source

    Class Verify2FACodeModel

    Used for 2FA verification

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class Verify2FACodeModel

    Constructors

    View Source

    Verify2FACodeModel()

    Declaration
    public Verify2FACodeModel()

    Properties

    View Source

    Code

    Gets or sets the verification code entered by the user.

    Declaration
    [Required]
    public required string Code { get; set; }
    Property Value
    Type Description
    string
    View Source

    IsPersistent

    Flag indicating whether the sign-in cookie should persist after the browser is closed.

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

    Provider

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

    Declaration
    [Required]
    public required string Provider { get; set; }
    Property Value
    Type Description
    string
    View Source

    RememberClient

    Flag indicating whether the current browser should be remember, suppressing all further two factor authentication prompts.

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