Method PasswordReset
| Improve this Doc View SourcePasswordReset(PasswordResetForm, CancellationToken)
Performs a password reset.
Declaration
Task<PasswordResetResponse> PasswordReset(PasswordResetForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
PasswordResetForm | form | The form to send for performing a password reset. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<PasswordResetResponse> | The task object representing the asynchronous operation. The task result contains the response after performing the password reset. |