I am trying to implement google authorization flow for smart devices.
The flow google suggest is - launch the URL for auth flow, and after auth flow is complete , it will redirect the users to the redirect url with code in the URL. I need to grab the code.
How to implement this in the flutterflow?
I want to open the browser within the app, and redirect the user to homepage and capture the code.
https://developers.google.com/nest/device-access/api/authorization