Google sign in DesktopApp .NetCore [solved]

I have been able to implement the Google Sign in on android and ios by using Xamarin.Auth, but is it possible to accomplish this in a .NetCore project? All of the solutions I find use xaml or Xamarin.Forms, which I am unable to get to work in the core project for Windows.

Got it figured out. In case anyone else has the same question, I followed the example from the console app found here:

1 Like