Google Authentication Process
问题 I am trying to write a native app to access a users google calendar. I am trying to use the example that google has provided to get authentication but it never seems to fire the authentication function private void Window_Initialized(object sender, EventArgs e) { var provider = new NativeApplicationClient( GoogleAuthenticationServer.Description); provider.ClientIdentifier = "<My Client Id here>"; provider.ClientSecret = "<My Client Secret here"; var auth = new OAuth2Authenticator