Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Methods

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