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
var authUri = new Uri($"https://accounts.google.com/o/oauth2/auth?client_id={googleClinetID}&redirect_uri={callback}&response_type=code&scope=email");
var callbackUrl = new Uri("myapp://");
r = await WebAuthenticator.AuthenticateAsync(authUri, callbackUrl);
Description
Steps to Reproduce
Expected Behavior
Actual Behavior
Basic Information
Screenshots
Reproduction Link