Interface IBackOfficeTwoFactorOptions
- Namespace
- Umbraco.Cms.Web.BackOffice.Security
- Assembly
- Umbraco.Web.BackOffice.dll
Options used to control 2FA for the Umbraco back office.
public interface IBackOfficeTwoFactorOptions
Methods
GetTwoFactorView(string)
Returns the path to a JavaScript module to handle 2FA interaction.
string? GetTwoFactorView(string username)
Parameters
usernamestringThe username of the logged-in user.
Returns
- string
Returns the path to a JavaScript module