Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListTwoFactorProvidersCurrentUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    CurrentUserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User.Current
    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>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ListTwoFactorProvidersCurrentUserController(IBackOfficeSecurityAccessor, IUserTwoFactorLoginService)
    • Methods
      • ListTwoFactorProvidersForCurrentUser(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX