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
varaddress=awaitwallet.LoginWithOtp("userEnteredOTP");// try catch and retry if needed
50
50
51
51
// Socials (OAuth)
52
52
varaddress=awaitwallet.LoginWithOauth(
@@ -121,12 +121,8 @@ await wallet.SendOTP();
121
121
**Submit OTP:** Once the user receives the OTP, they submit it back to the application, which then calls LoginWithOtp on the InAppWallet instance to verify the OTP and complete the login process.
122
122
123
123
```csharp
124
-
var (address, canRetry) =awaitwallet.LoginWithOtp("userEnteredOTP");
0 commit comments