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

    Interface AttackProtectionUpdateCaptchaArkose

    interface AttackProtectionUpdateCaptchaArkose {
        site_key: string;
        secret: string;
        client_subdomain?: string;
        verify_subdomain?: string;
        fail_open?: boolean;
    }
    Index

    Properties

    site_key: string

    The site key for the Arkose captcha provider.

    secret: string

    The secret key for the Arkose captcha provider.

    client_subdomain?: string

    The subdomain used for client requests to the Arkose captcha provider.

    verify_subdomain?: string

    The subdomain used for server-side verification requests to the Arkose captcha provider.

    fail_open?: boolean

    Whether the captcha should fail open.