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