Relative Content

Tag Archive for c#asp.net-coregoogle-oauthgmail-api

Use oauth token in ASP.NET Core to connect with a google client (gmail)

I’ve created a service that will run in the background and receive callback events from Gmail on behalf of my users. Letting users authorize my application and the required scopes in ASP.NET Core is trivial. Creating a Google client and using it to configure everything is also easy.