Any way to get the raw response when OAuth2 code is exchanged with Google+ iOS SDK? -


i integrating google+ sign-in using google's ios sdk. upon user authenticating, function finishedwithauth() gets called, 1 of parameters being instance of gtmoauth2authentication.

the client need send credentials server, using google's oauth2client library. server making use of credentials class can instantiated raw json response, i'd able send raw response server. however, doesn't seem gtmoauth2authentication class exposes can tell.

is there simple way access this, or simplest thing reconstruct "credentials" json object necessary information gtmoauth2authentication object ?

please use our new sign-in sdk ios , see https://developers.google.com/identity/sign-in/ios/ https://developers.google.com/identity/sign-in/ios/backend-auth


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -