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

const logoutCompleteManager = new LogoutComplete();
Class implementing the logout-complete screen functionality This screen is displayed when a user aborts the logout process.

Constructors

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