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