Search Results for

    Show / Hide Table of Contents
    View Source

    Class DefaultBackOfficeTwoFactorOptions

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.Security
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DefaultBackOfficeTwoFactorOptions : IBackOfficeTwoFactorOptions

    Constructors

    View Source

    DefaultBackOfficeTwoFactorOptions()

    Declaration
    public DefaultBackOfficeTwoFactorOptions()

    Methods

    View Source

    GetTwoFactorView(string)

    Gets the view to display for the two factor challenge.

    Declaration
    public string? GetTwoFactorView(string username)
    Parameters
    Type Name Description
    string username

    The username of the logged-in user.

    Returns
    Type Description
    string

    A null value to let the login screen show its default.

    Remarks

    Defaults to null to let the login screen show its default.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX