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

Search Results for

    Improve this Doc

    Method GetCaptcha

    | Improve this Doc View Source

    GetCaptcha(GetCaptchaForm, CancellationToken)

    Gets a captcha.

    Declaration
    public Task<GetCaptchaResponse> GetCaptcha(GetCaptchaForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    GetCaptchaForm form

    The form to send for retrieving a captcha.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<GetCaptchaResponse>

    The task object representing the asynchronous operation. The task result contains the response with the retrieved captcha.

    Implements
    ILemmyHttpClient.GetCaptcha(GetCaptchaForm, CancellationToken)
    © SlyCedix. All rights reserved.