Closed
Description
In my previous iOS application, I could get a serverAuthCode
that I could pass to my own server that was then able to redeem tokens using its own client ID and make API requests on behalf of the user.
I used to be able to specify GIDSignIn.sharedInstance()?.serverClientID = "12345.apps.googleusercontent.com"
to tell the library the client ID of my server. I would like to know how to set this in Flutter.