playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 953 forks source link

Redirect URI #3265

Open thegreatgarzet opened 10 months ago

thegreatgarzet commented 10 months ago

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?