Docs

Disconnect

Disconnect a user's wallet from your game, and optionally end the session if applicable.

Usage

await sdk.Wallet.Disconnect();

Configuration

endSession

With some Wallet Providers, the concept of a session exists. Set this optional parameter to true to end the session when disconnecting.

Must be a bool.