# Logging out a user

> Web3Auth Android SDK - Logout Function | Embedded Wallets

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

```kotlin
val logoutCompletableFuture = web3Auth.logout()
```
