DEV Community

Abdul Ghaffar
Abdul Ghaffar

Posted on

get refresh token form google login api

i am using googleAuthSDK library in angular for google login, i receive a complete object returned from google API but a refresh token. can anyone tell me how to get the refresh token?

method i have implemented

1 => tried access_type: 'offline'

but still haven't received the refresh token in the object

Top comments (0)