Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Variable AttackProtectionCaptchaProviderIdConst

    AttackProtectionCaptchaProviderId: {
        Arkose: "arkose";
        AuthChallenge: "auth_challenge";
        FriendlyCaptcha: "friendly_captcha";
        Hcaptcha: "hcaptcha";
        RecaptchaV2: "recaptcha_v2";
        RecaptchaEnterprise: "recaptcha_enterprise";
        SimpleCaptcha: "simple_captcha";
    } = ...

    The id of the active provider for the CAPTCHA.

    Type Declaration

    • ReadonlyArkose: "arkose"
    • ReadonlyAuthChallenge: "auth_challenge"
    • ReadonlyFriendlyCaptcha: "friendly_captcha"
    • ReadonlyHcaptcha: "hcaptcha"
    • ReadonlyRecaptchaV2: "recaptcha_v2"
    • ReadonlyRecaptchaEnterprise: "recaptcha_enterprise"
    • ReadonlySimpleCaptcha: "simple_captcha"