Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt

Use this file to discover all available pages before exploring further.

Classe qui implémente la fonctionnalité de l’écran d’acceptation d’invitation. Cet écran s’affiche lorsqu’un utilisateur doit accepter une invitation à rejoindre une organisation.
Example
import AcceptInvitation from '@auth0/auth0-acul-js/accept-invitation';

const acceptInvitation = new AcceptInvitation();
await acceptInvitation.acceptInvitation();

Constructeurs

AcceptInvitation
Constructeur
Crée une instance du gestionnaire d’écran AcceptInvitation.

Propriétés

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

Méthodes

acceptInvitation
Promise<void>
Accepte l’invitation à l’organisation.
Example
import AcceptInvitation from '@auth0/auth0-acul-js/accept-invitation';

const acceptInvitation = new AcceptInvitation();
await acceptInvitation.acceptInvitation();
getErrors
Récupère le tableau des erreurs de la transaction à partir du contexte, ou un tableau vide si aucune n’existe.Un tableau d’objets d’erreur provenant du contexte de la transaction.