How to create a instance of UserCredential if I already have the value of Access Token?
问题 So I have this code My question is how do I configure the UserCredential if I'm already authenticated via OAuth? The current scenario is the code will display another login page redirecting to google. Since I'm already authenticated via OAuth using asp.net MVC and I already have the token how to I get rid of the GoogleWebAuthorizationBroker and directly pass the token? string[] scopes = new string[] {PlusService.Scope.PlusLogin, PlusService.Scope.UserinfoEmail, PlusService.Scope