I'm allowing users to sign into Google via an iOS app. Next step is confirming that they did indeed sign in, when they make requests to my backend server.
This article has a section at the bottom explaining that I can use an official Google API client library to validate a sign in.
I'm struggling to see how I can achieve this with the .NET client library, as they don't include examples for this.
Is anyone able to shed some light as to how this can be done with the .NET client library?