View Source
Class ListTwoFactorProvidersCurrentUserController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ListTwoFactorProvidersCurrentUserController : CurrentUserControllerBase
Constructors
View Source
ListTwoFactorProvidersCurrentUserController(IBackOfficeSecurityAccessor, IUserTwoFactorLoginService)
Declaration
public ListTwoFactorProvidersCurrentUserController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUserTwoFactorLoginService userUserTwoFactorLoginService)
Parameters
| Type |
Name |
Description |
| IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
| IUserTwoFactorLoginService |
userUserTwoFactorLoginService |
|
Methods
View Source
ListTwoFactorProvidersForCurrentUser(CancellationToken)
Declaration
public async Task<IActionResult> ListTwoFactorProvidersForCurrentUser(CancellationToken cancellationToken)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|