0
我在Gmail身份驗證中使用OAUTH2。它的工作正常。但Google apis會將身份驗證請求重定向到計算機上的默認Web瀏覽器。我在我的應用程序中添加了Web瀏覽器控件,並且想要在其中重定向身份驗證請求。我怎樣才能實現它?如何將Oauth2請求重定向到應用程序Web瀏覽器
userCredentials = GoogleWebAuthorizationBroker.AuthorizeAsync(ClientSecret,
scopes,
Username,
System.Threading.CancellationToken.None,
objFileDataStore).Result;