As it stands, there's no way to make a well-formed request to get a token response with the server_code field per this documentation. Even when I alter the code to allow for an audience request parameter, the returned token is missing server_code. I'd use the Google Sign-In library except my app needs to support a single user authorizing multiple Google accounts.
As it stands, there's no way to make a well-formed request to get a token response with the
server_code
field per this documentation. Even when I alter the code to allow for anaudience
request parameter, the returned token is missingserver_code
. I'd use the Google Sign-In library except my app needs to support a single user authorizing multiple Google accounts.