メインコンテンツへスキップ
Device Code Activation Denied 画面の機能を実装するクラスです。 この画面は、デバイスコードの有効化が拒否された場合に表示されます。
Example
import DeviceCodeActivationDenied from "@auth0/auth0-acul-js/device-code-activation-denied";
const deviceCodeActivationDeniedManager = new DeviceCodeActivationDenied();

コンストラクター

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

プロパティ

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

メソッド

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