Skip to main content

disconnectAccount

Disconnect account and clear authentication state. Resets wallet connection, JWT token, and all authentication-related state.

Signature

disconnectAccount(): Promise<void>

Example

await sdk.disconnectAccount();
console.log("Account disconnected");