Use this file to discover all available pages before exploring further.
Classe qui implémente la fonctionnalité de l’écran de confirmation du code de l’appareil.
Cet écran s’affiche lorsque l’utilisateur doit confirmer le code de l’appareil.
Example
import DeviceCodeConfirmation from '@auth0/auth0-acul-js/device-code-confirmation';const deviceCodeConfirmation = new DeviceCodeConfirmation();
import DeviceCodeConfirmation from '@auth0/auth0-acul-js/device-code-confirmation';const deviceCodeConfirmation = new DeviceCodeConfirmation();await deviceCodeConfirmation.cancel();
import DeviceCodeConfirmation from '@auth0/auth0-acul-js/device-code-confirmation';const deviceCodeConfirmation = new DeviceCodeConfirmation();await deviceCodeConfirmation.confirm();
Récupère le tableau des erreurs de transaction à partir du contexte, ou un tableau vide s’il n’en existe aucune.Un tableau d’objets d’erreur provenant du contexte de la transaction.