I’m integrating auth 0 with google social login. Since I am trying to call google classroom api, I would need a valid access token. The problem is, the google api credential will expire after 1 hour and this forcing my user to reloging using their google account via auth0.
To solve this I would need google idp refresh token, so I can refresh the credential for the user without relogin. Unfortunately, I keep getting refresh token null from the auth0 user management api.
I’ve set my authorize script to have offline_access scope
I’ve also tried this seetings