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
/// <param name="email">The email address for Email OTP authentication.</param>
72
+
/// <param name="phoneNumber">The phone number for Phone OTP authentication.</param>
73
+
/// <param name="authProvider">The authentication provider to use.</param>
74
+
/// <param name="storageDirectoryPath">The path to the storage directory.</param>
75
+
/// <param name="siweSigner">The SIWE signer wallet for SIWE authentication.</param>
76
+
/// <param name="legacyEncryptionKey">The encryption key that is no longer required but was used in the past. Only pass this if you had used custom auth before this was deprecated.</param>
77
+
/// <returns>A task that represents the asynchronous operation. The task result contains the created in-app wallet.</returns>
78
+
/// <exception cref="ArgumentException">Thrown when required parameters are not provided.</exception>
62
79
publicstaticasyncTask<EcosystemWallet>Create(
63
80
ThirdwebClientclient,
64
81
stringecosystemId,
@@ -67,7 +84,8 @@ public static async Task<EcosystemWallet> Create(
/// <param name="authProvider">The authentication provider to use.</param>
32
33
/// <param name="storageDirectoryPath">The path to the storage directory.</param>
33
34
/// <param name="siweSigner">The SIWE signer wallet for SIWE authentication.</param>
35
+
/// <param name="legacyEncryptionKey">The encryption key that is no longer required but was used in the past. Only pass this if you had used custom auth before this was deprecated.</param>
34
36
/// <returns>A task that represents the asynchronous operation. The task result contains the created in-app wallet.</returns>
35
37
/// <exception cref="ArgumentException">Thrown when required parameters are not provided.</exception>
36
38
publicstaticasyncTask<InAppWallet>Create(
@@ -39,11 +41,12 @@ public static async Task<InAppWallet> Create(
0 commit comments