Search Results for

    Show / Hide Table of Contents
    View Source

    Class DisableTwoFactorProviderUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    UserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DisableTwoFactorProviderUserController : UserControllerBase

    Constructors

    View Source

    DisableTwoFactorProviderUserController(IAuthorizationService, IUserTwoFactorLoginService)

    Declaration
    public DisableTwoFactorProviderUserController(IAuthorizationService authorizationService, IUserTwoFactorLoginService userTwoFactorLoginService)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IUserTwoFactorLoginService userTwoFactorLoginService

    Methods

    View Source

    DisableTwoFactorProvider(CancellationToken, Guid, String)

    Declaration
    public async Task<IActionResult> DisableTwoFactorProvider(CancellationToken cancellationToken, Guid id, string providerName)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    System.String providerName
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DisableTwoFactorProviderUserController(IAuthorizationService, IUserTwoFactorLoginService)
    • Methods
      • DisableTwoFactorProvider(CancellationToken, Guid, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX