Skip to main content

Logout User

To logout the user and remove the session id from the device you can use the logout method. The user will need to login again to use the dApp next time the dApp is opened.

Usage

try await web3auth.logout()
On this page