Lemmy .NET API Lemmy .NET API
Lemmy .NET API Lemmy .NET API

Search Results for

    Improve this Doc

    Method ChangePassword

    | Improve this Doc View Source

    ChangePassword(ChangePasswordForm, CancellationToken)

    Changes the password for the current user.

    Declaration
    public Task<LoginResponse> ChangePassword(ChangePasswordForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    ChangePasswordForm form

    The form to send for changing the password.>

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<LoginResponse>

    The task object representing the asynchronous operation. The task result contains the response after changing the password. LoginResponse

    Implements
    ILemmyHttpClient.ChangePassword(ChangePasswordForm, CancellationToken)
    © SlyCedix. All rights reserved.