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

コンストラクター

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

プロパティ

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

メソッド

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