Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBackOfficeTwoFactorOptions

    Options used to control 2FA for the Umbraco back office.

    Namespace: Umbraco.Cms.Api.Management.Security
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public interface IBackOfficeTwoFactorOptions

    Methods

    View Source

    GetTwoFactorView(string)

    Returns the path to a JavaScript module to handle 2FA interaction.

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

    The username of the logged-in user.

    Returns
    Type Description
    string

    Returns the path to a JavaScript module

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