Skip to main content
Class implementing the Device Code Activation Allowed screen functionality. This screen is displayed when the device code activation is allowed.
Example
import DeviceCodeActivationAllowed from "@auth0/auth0-acul-js/device-code-activation-allowed";
const deviceCodeActivationAllowedManager = new DeviceCodeActivationAllowed();

Constructors

DeviceCodeActivationAllowed
Constructor
Creates an instance of DeviceCodeActivationAllowed screen manager.

Properties

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

Methods

getErrors
Retrieves the array of transaction errors from the context, or an empty array if none exist.An array of error objects from the transaction context.