Method PasswordChange
| Improve this Doc View SourcePasswordChange(PasswordChangeForm, CancellationToken)
Performs a password change.
Declaration
Task<LoginResponse> PasswordChange(PasswordChangeForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
PasswordChangeForm | form | The form to send for performing a password change. |
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 performing the password change. |