> For the complete documentation index, see [llms.txt](/llms.txt).

# 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[​](#usage "Direct link to Usage")

```
val logoutCompletableFuture = web3Auth.logout()

```
