import InterstitialCaptcha from "@auth0/auth0-acul-js/interstitial-captcha";const interstitialCaptcha = new InterstitialCaptcha();interstitialCaptcha.submitCaptcha({ captcha: "captchaValue",});
This methods handles InterstitialCaptcha related configuration.
Example
Report incorrect code
Copy
Ask AI
import InterstitialCaptcha from "@auth0/auth0-acul-js/interstitial-captcha";const interstitialCaptcha = new InterstitialCaptcha();interstitialCaptcha.submitCaptcha({ captcha: "captchaValue",});