public FormGmail() { InitializeComponent(); //Display the authenticationRequest to the user. webBrowser1.Navigate(AuthResponse.GetAutenticationURI(clientId, redirectURI)); }