How to append “&login_hint=user@gmail.com” to GoogleWebAuthorizationBroker
问题 I want to append the login_hint to an authentication request to Google. I'm using the following code: FileDataStore fDS = new FileDataStore(Logger.Folder, true); GoogleClientSecrets clientSecrets = GoogleClientSecrets.Load(stream); credential = GoogleWebAuthorizationBroker.AuthorizeAsync( clientSecrets.Secrets, scopes.ToArray(), username, CancellationToken.None, fDS). Result; var initializer = new Google.Apis.Services.BaseClientService.Initializer(); initializer.HttpClientInitializer =