Table of Contents

Interface ICaptchaClient

Namespace
Auth0.ManagementApi.AttackProtection
Assembly
Auth0.ManagementApi.dll
public interface ICaptchaClient
Extension Methods

Methods

GetAsync(RequestOptions?, CancellationToken)

Get the CAPTCHA configuration for your client.

WithRawResponseTask<GetAttackProtectionCaptchaResponseContent> GetAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetAttackProtectionCaptchaResponseContent>

UpdateAsync(UpdateAttackProtectionCaptchaRequestContent, RequestOptions?, CancellationToken)

Update existing CAPTCHA configuration for your client.

WithRawResponseTask<UpdateAttackProtectionCaptchaResponseContent> UpdateAsync(UpdateAttackProtectionCaptchaRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request UpdateAttackProtectionCaptchaRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<UpdateAttackProtectionCaptchaResponseContent>