For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at the same URL with .md appended (or via Accept: text/markdown).
Skip to main content

Logout user

To sign out the user and remove the session ID from the device, use the logout method. The user must sign in again to use the dapp the next time the dapp is opened.

Usage

try await web3Auth.logout()
On this page