How do I get Google refresh tokens using react

Hi @9000jais

I believe you might be missing the offline access parameter from the webAuth.authorize function, as described in this Community post.

Alongside the above, you can find useful information on this following post as well, where multiple documentations have been shared on handling Refresh Tokens and obtaining them from Google.

Hope this helps!
Gerald