Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChangePasswordCurrentUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    CurrentUserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User.Current
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ChangePasswordCurrentUserController : CurrentUserControllerBase

    Constructors

    View Source

    ChangePasswordCurrentUserController(IBackOfficeSecurityAccessor, IUserService)

    Declaration
    public ChangePasswordCurrentUserController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUserService userService)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IUserService userService

    Methods

    View Source

    ChangePassword(CancellationToken, ChangePasswordCurrentUserRequestModel)

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