playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect URI

thegreatgarzet opened this issue · comments

Im using version 10.14 to develop a game and I need to call a google api.
While building the configurations, I added the scopes needed, but when I call the API it requests me a redirect_uri that has to be the same as the one used during the authorization process.
How can I set the redirect uri during the authentication process?