import InterstitialCaptcha from "@auth0/auth0-acul-js/interstitial-captcha";const interstitialCaptcha = new InterstitialCaptcha();interstitialCaptcha.submitCaptcha({ captcha: "captchaValue",});
Récupère le tableau des erreurs de la transaction à partir du contexte ou un tableau vide s’il n’y en a aucune.Un tableau d’objets d’erreur provenant du contexte de transaction.
Cette méthode gère la configuration liée à InterstitialCaptcha.
Exemple
Copier
import InterstitialCaptcha from "@auth0/auth0-acul-js/interstitial-captcha";const interstitialCaptcha = new InterstitialCaptcha();interstitialCaptcha.submitCaptcha({ captcha: "captchaValue",});