View Source
Class ListTwoFactorProvidersUserController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ListTwoFactorProvidersUserController : UserControllerBase
Constructors
View Source
ListTwoFactorProvidersUserController(IAuthorizationService, IUserTwoFactorLoginService)
Declaration
public ListTwoFactorProvidersUserController(IAuthorizationService authorizationService, IUserTwoFactorLoginService userTwoFactorLoginService)
Parameters
| Type |
Name |
Description |
| IAuthorizationService |
authorizationService |
|
| IUserTwoFactorLoginService |
userTwoFactorLoginService |
|
Methods
View Source
ListTwoFactorProviders(CancellationToken, Guid)
Declaration
public async Task<IActionResult> ListTwoFactorProviders(CancellationToken cancellationToken, Guid id)
Parameters
| Type |
Name |
Description |
| CancellationToken |
cancellationToken |
|
| Guid |
id |
|
Returns
| Type |
Description |
| Task<IActionResult> |
|