Table of Contents

Class DefaultBackOfficeTwoFactorOptions

Namespace
Umbraco.Cms.Web.BackOffice.Security
Assembly
Umbraco.Web.BackOffice.dll
public class DefaultBackOfficeTwoFactorOptions : IBackOfficeTwoFactorOptions
Inheritance
DefaultBackOfficeTwoFactorOptions
Implements
Inherited Members

Constructors

DefaultBackOfficeTwoFactorOptions()

public DefaultBackOfficeTwoFactorOptions()

Methods

GetTwoFactorView(string)

Gets the view to display for the two factor challenge.

public string? GetTwoFactorView(string username)

Parameters

username string

The username of the logged-in user.

Returns

string

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

Remarks

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