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

Constructors

DeviceCodeActivationDenied
Constructor
Creates an instance of DeviceCodeActivationDenied 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.