Is possible Google Sign-in for WINDOWS game

Hello there.

I’m having a very hard time (like 3 days) lloking for "How can i add a Google sign-in for a Windows game.

There are thousands of guides and tutorials to do it in Android and iOS, but nothing for windows.

Ther are also so many stops with JAVA stuff, which makes it very difficult.

Anyone know what to do? where to start? where to find a guido on how to get that?

Thanks in advance! Bye!

Go and have a read about OAuth over at OAuth 2.0 — OAuth, figure out which flow is best for your application then maybe have a read over at https://auth0.com/ for an easy way to integrate your application with a variety of identity providers.

I have created a tutorial on how to use OAuth 2.0 with Unity. Here is the step-by-step process if anyone is interested: