SignerSDK ReferenceClassesAlchemySignerWebClientdisconnectCopy pageAsynchronous function that clears the user and resets the iframe stamper. Import 1import { AlchemySignerWebClient } from "@account-kit/signer"; Usage 1import { AlchemySignerWebClient } from "@account-kit/signer";23const client = new AlchemySignerWebClient({4 connection: {5 apiKey: "your-api-key",6 },7 iframeConfig: {8 iframeContainerId: "signer-iframe-container",9 },10});1112const account = await client.disconnect();