Class DefaultBackOfficeTwoFactorOptions
Options used to control 2FA for the Umbraco back office.
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.BackOffice.Security
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class DefaultBackOfficeTwoFactorOptions : IBackOfficeTwoFactorOptions
Methods
View SourceGetTwoFactorView(String)
Gets the view to display for the two factor challenge.
Declaration
public string GetTwoFactorView(string username)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | The username of the logged-in user. |
Returns
Type | Description |
---|---|
System.String | A null value to let the login screen show its default. |
Remarks
Defaults to null to let the login screen show its default.