メインコンテンツへスキップ
Example
import LogoutComplete from '@auth0/auth0-acul-js/logout-complete';

const logoutCompleteManager = new LogoutComplete();
ログアウト完了画面の機能を実装するクラスです。 この画面は、ユーザーがログアウト処理を中断した場合に表示されます。

コンストラクター

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

プロパティ

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

メソッド

getErrors
コンテキストからトランザクションのエラー配列を取得します。エラーが存在しない場合は空の配列を返します。トランザクションコンテキストから取得されるエラーオブジェクトの配列です。