Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListTwoFactorProvidersUserController

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