How to implement google SDM API Authorization

Integrations

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

What have you tried so far?

I tried launch URL with the URL patter given by Google. It opens the browser but I don't see any signed in user. After completion of auth flow, it doesn't redirect user to the app, the screen is getting stuck.

Did you check FlutterFlow's Documentation for this topic?
Yes
2