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
thrownewInvalidOperationException("User is already connected.");
377
377
}
378
378
379
-
if(string.IsNullOrEmpty(encryptionKey))
380
-
{
381
-
thrownewArgumentException("Encryption key cannot be null or empty.",nameof(encryptionKey));
382
-
}
383
-
384
379
varserverRes=string.IsNullOrEmpty(jwt)?thrownewArgumentException("JWT cannot be null or empty.",nameof(jwt)):awaitthis._embeddedWallet.SignInWithJwtAsync(jwt).ConfigureAwait(false);
0 commit comments