InAppWalletAutoConnectOptions

type InAppWalletAutoConnectOptions = {
authResult?: AuthStoredTokenWithCookieReturnType;
chain?: Chain;
client: ThirdwebClient;
};