メインコンテンツへスキップ
招待を承諾する画面の機能を実装するクラスです。 この画面は、ユーザーが組織への招待を承諾する必要があるときに表示されます。
Example
import AcceptInvitation from '@auth0/auth0-acul-js/accept-invitation';

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

コンストラクター

AcceptInvitation
Constructor
AcceptInvitation 画面マネージャーのインスタンスを生成します。

プロパティ

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

メソッド

acceptInvitation
Promise<void>
組織への招待を承諾します。
Example
import AcceptInvitation from '@auth0/auth0-acul-js/accept-invitation';

const acceptInvitation = new AcceptInvitation();
await acceptInvitation.acceptInvitation();
getErrors
コンテキストからトランザクションエラーの配列を取得します。存在しない場合は空の配列を返します。トランザクションコンテキストから取得されるエラーオブジェクトの配列です。