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
optionsRequestOptionscancellationTokenCancellationToken
Returns
UpdateAsync(UpdateAttackProtectionCaptchaRequestContent, RequestOptions?, CancellationToken)
Update existing CAPTCHA configuration for your client.
WithRawResponseTask<UpdateAttackProtectionCaptchaResponseContent> UpdateAsync(UpdateAttackProtectionCaptchaRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
requestUpdateAttackProtectionCaptchaRequestContentoptionsRequestOptionscancellationTokenCancellationToken