Method ChangePassword
| Improve this Doc View SourceChangePassword(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 |