Docs

InAppWalletConnectionOptions

type InAppWalletConnectionOptions = (
| MultiStepAuthArgsType
| SingleStepAuthArgsType
) & { chain?: Chain; client: ThirdwebClient };