Method VerifyEmail
| Improve this Doc View SourceVerifyEmail(VerifyEmailForm, CancellationToken)
Verifies an email for log in.
Declaration
public Task<VerifyEmailResponse> VerifyEmail(VerifyEmailForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
VerifyEmailForm | form | The form to send for verifying an email. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<VerifyEmailResponse> | The task object representing the asynchronous operation. The task result contains the response after verifying the email. |