You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Method to forward the logged-in session of In-App or Ecosystem Wallets from .NET to React apps built using thirdweb.",
6
+
});
7
+
8
+
# EcosystemWallet.GenerateExternalLoginLink
9
+
10
+
This method returns a URL that can be used to forward the logged-in session of In-App or Ecosystem Wallets from .NET to React apps built using thirdweb.
11
+
12
+
Configure your React website to use thirdweb Connect, open the link generated by this method and your users will be autoconnected.
13
+
If using Ecosystem Wallets, make sure to create the ecosystem wallet with the same ecosystem id and partner id (if any) and include it as one of your wallets in, for example, your ConnectButton's wallets prop.
14
+
Make sure you're using the same api key on both ends.
Returns a wallet from the manager's wallet mapping by its address.
112
+
Links another `InAppWallet` or `EcosystemWallet` account to the main wallet and returns a list of linked accounts, allowing you to login with either authentication method later.
Links another `InAppWallet` account to the main wallet and returns a list of linked accounts, allowing you to login with either authentication method later.
152
+
Removes a wallet from the manager's wallet mapping by its address.
153
153
154
154
## Child Prefabs
155
155
156
-
### InAppWalletModal
157
-
158
-
The `InAppWalletModal` prefab is a simple and customizable OTP verification modal for `InAppWallet` providers. It is used to verify and finalize the user's wallet connection.
159
-
160
-
It will be automatically activated when connecting to an `InAppWallet` provider.
156
+
### DefaultOTPModal
161
157
162
-
### EcosystemWalletModal
158
+
The helper modal that is displayed when using the `ThirdwebManager`'s `ConnectWallet` function with an auth method that requires an OTP, such as Email or Phone login.
163
159
164
-
Similar use case as `InAppWalletModal`, but for `EcosystemWallet` providers.
160
+
It can be replaced with a custom modal that extends `AbstractOTPVerifyModal` to customize the OTP verification process.
0 commit comments