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