Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateInitialPasswordUserController

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

    Constructors

    View Source

    CreateInitialPasswordUserController(IUserService, IOpenIddictTokenManager)

    Declaration
    public CreateInitialPasswordUserController(IUserService userService, IOpenIddictTokenManager tokenManager)
    Parameters
    Type Name Description
    IUserService userService
    IOpenIddictTokenManager tokenManager

    Methods

    View Source

    CreateInitialPassword(CancellationToken, CreateInitialPasswordUserRequestModel)

    Declaration
    public async Task<IActionResult> CreateInitialPassword(CancellationToken cancellationToken, CreateInitialPasswordUserRequestModel model)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    CreateInitialPasswordUserRequestModel model
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CreateInitialPasswordUserController(IUserService, IOpenIddictTokenManager)
    • Methods
      • CreateInitialPassword(CancellationToken, CreateInitialPasswordUserRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX