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