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

Search Results for

    Improve this Doc

    Method VerifyEmail

    | Improve this Doc View Source

    VerifyEmail(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.

    Implements
    ILemmyHttpClient.VerifyEmail(VerifyEmailForm, CancellationToken)
    © SlyCedix. All rights reserved.