Static
Retrieves the array of transaction errors from the context, or an empty array if none exist.
An array of error objects from the transaction context.
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",});
Retrieves the array of transaction errors from the context, or an empty array if none exist.