Skip to Content
API Referencedisconnect()

disconnect()

Disconnects the current wallet session. After this call, getAddress() returns null until the user connect()s again.

disconnect(): void

Returns

void — runs synchronously.

Example

function signOut() { orbi.disconnect() // route the user back to your connect screen }

Use this to implement a “sign out” action. It clears Orbi’s local session for your dApp; it does not delete the user’s passkey or their on-chain account — they can reconnect at any time.

Last updated on