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

    Interface AttackProtectionCaptchaArkoseResponseContent

    interface AttackProtectionCaptchaArkoseResponseContent {
        site_key?: string;
        fail_open?: boolean;
        client_subdomain?: string;
        verify_subdomain?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    site_key?: string

    The site key for the Arkose captcha provider.

    fail_open?: boolean

    Whether the captcha should fail open.

    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.