Skip to main content
Example
import LogoutAborted from '@auth0/auth0-acul-js/logout-aborted';

const logoutAbortedManager = new LogoutAborted();
Class implementing the logout-aborted screen functionality This screen is displayed when a user aborts the logout process.

Constructors

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