docs/classes/management.SDK.CaptchaClient.html
new CaptchaClient(options: BaseClientOptions): CaptchaClient
get(
requestOptions?: CaptchaClient.RequestOptions,
): HttpResponsePromise<GetAttackProtectionCaptchaResponseContent>
Get the CAPTCHA configuration for your client.
OptionalrequestOptions: CaptchaClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.captcha.get()Copy
update(
request?: UpdateAttackProtectionCaptchaRequestContent,
requestOptions?: CaptchaClient.RequestOptions,
): HttpResponsePromise<UpdateAttackProtectionCaptchaResponseContent>
Update existing CAPTCHA configuration for your client.
OptionalrequestOptions: CaptchaClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.captcha.update()Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods getupdate Properties _options