Interface IBackOfficeTwoFactorOptions
Options used to control 2FA for the Umbraco back office.
Namespace: Umbraco.Cms.Web.BackOffice.Security
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public interface IBackOfficeTwoFactorOptions
Methods
View SourceGetTwoFactorView(String)
Returns the path to a JavaScript module to handle 2FA interaction.
Declaration
string GetTwoFactorView(string username)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | The username of the logged-in user. |
Returns
Type | Description |
---|---|
System.String | Returns the path to a JavaScript module |