Skip to main content
Interface defining the available methods and properties for the logout screen
Example
export interface LogoutMembers extends BaseMembers {
  /**
   * Confirms the logout action (accept or deny)
   * @param payload The options containing the action to perform
   */
  confirmLogout(payload: ConfirmLogoutOptions): Promise<void>;
}

Properties

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user

Methods

confirmLogout
Promise<void>
Confirms the logout action (accept or deny)