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

Logging out a user

Logging out your user is as simple as calling the logout method. This method will clear the session data and the user will be logged out from Web3Auth.

Usage​

val logoutCompletableFuture = web3Auth.logout()
On this page