View Source
Interface IUmbracoBackOfficeTwoFactorOptions
Used to display a custom view in the back office if developers choose to implement their own custom 2 factor authentication
Assembly: Umbraco.Web.dll
Syntax
public interface IUmbracoBackOfficeTwoFactorOptions
Methods
View Source
GetTwoFactorView(IOwinContext, UmbracoContext, String)
Declaration
string GetTwoFactorView(IOwinContext owinContext, UmbracoContext umbracoContext, string username)
Parameters
Type |
Name |
Description |
IOwinContext |
owinContext |
|
UmbracoContext |
umbracoContext |
|
System.String |
username |
|
Returns
Type |
Description |
System.String |
|