Passer au contenu principal
Example
import InterstitialCaptcha from "@auth0/auth0-acul-js/interstitial-captcha";
const interstitialCaptcha = new InterstitialCaptcha();
interstitialCaptcha.submitCaptcha({
 captcha: "captchaValue",
});

Constructeurs

InterstitialCaptcha
Constructor

Propriétés

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

Méthodes

getErrors
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.
submitCaptcha
Promise<void>

Remarques

Cette méthode gère la configuration liée à InterstitialCaptcha.
Exemple
import InterstitialCaptcha from "@auth0/auth0-acul-js/interstitial-captcha";

const interstitialCaptcha = new InterstitialCaptcha();
interstitialCaptcha.submitCaptcha({
 captcha: "captchaValue",
});