Class implementing the Device Code Activation Denied screen functionality.
This screen is displayed when the device code activation is denied.
import DeviceCodeActivationDenied from "@auth0/auth0-acul-js/device-code-activation-denied";
const deviceCodeActivationDeniedManager = new DeviceCodeActivationDenied();
Constructors
DeviceCodeActivationDenied
Creates an instance of DeviceCodeActivationDenied screen manager.
Properties
Methods
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.