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

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

```
try await web3Auth.logout()

```
