Skip to main content

Logout screen class

The Logout screen class provides methods associated with the logout screen. This screen allows users to confirm or deny the logout action.
Import and instantiate the Logout screen class:

Properties

The Logout screen class properties are:

Methods

The Logout screen class method is:

confirmLogout( options ?)

This method confirms the logout action (accept or deny).
ParameterTypeRequiredDescription
actionaccept | denyYesThe authentication transaction state
[key: string]string | number | boolean | undefinedNoAdditional data collected from the user.

Logout Aborted screen class

The Logout Aborted screen class provides methods associated with the logout-aborted screen. This screen is displayed when a user aborts the logout process.
Import and instantiate the Logout Aborted screen class:

Properties

The Logout Aborted screen class properties are:

Logout Complete screen class

The Logout Complete screen class provides methods associated with the logout-complete screen. This screen is displayed when a user completes the logout process.
Import and instantiate the Logout Complete screen class:

Properties

The Logout Complete screen class properties are: