Variable AttackProtectionCaptchaProviderIdConst
AttackProtectionCaptchaProviderId: {
Arkose: "arkose";
AuthChallenge: "auth_challenge";
FriendlyCaptcha: "friendly_captcha";
Hcaptcha: "hcaptcha";
RecaptchaV2: "recaptcha_v2";
RecaptchaEnterprise: "recaptcha_enterprise";
SimpleCaptcha: "simple_captcha";
} = ...
Type Declaration
ReadonlyArkose: "arkose"
ReadonlyAuthChallenge: "auth_challenge"
ReadonlyFriendlyCaptcha: "friendly_captcha"
ReadonlyHcaptcha: "hcaptcha"
ReadonlyRecaptchaV2: "recaptcha_v2"
ReadonlyRecaptchaEnterprise: "recaptcha_enterprise"
ReadonlySimpleCaptcha: "simple_captcha"
The id of the active provider for the CAPTCHA.