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.
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).Parameter | Type | Required | Description |
---|---|---|---|
action | accept | deny | Yes | The authentication transaction state |
[key: string] | string | number | boolean | undefined | No | Additional 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.
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.