How to correctly set redirect_uri in Flutter app?

后端 未结 1 2007
北恋
北恋 2021-01-28 06:55

I\'m trying to log the user into a Google API from my Flutter app, but can\'t get it to automatically fetch the token. The closest I got was to see the token string in the auth

相关标签:
1条回答
  • 2021-01-28 07:16

    Have you tried adding :// to the end of your Scheme? I'm not sure you are providing a valid scheme name to Google.

    Can you try ai.autonet.afterme:// or ai.autonet.afterme://auth?

    0 讨论(0)
提交回复
热议问题