googlesamples/google-signin-unity

Server Authentication Code

Biebras opened this issue · 5 comments

Is it possible to retrieve the OAuth 2 server authentication code?

did you find it yet

I used firebase.

You mean after getting Id token, you authorized it via firebase?

Could you tell me what are you trying to do because I was trying to link google to playfabs.

I figured it out, I was sending IdToken to my backend, and tryed to use it as accesstoken, so I needed to convert IdToken to accesstoken to make it work