Josh Schell
Results
1
comments of
Josh Schell
Take note of the property `accessType='offline'` This returns a `code` in the `onSuccess` callback. You use this code on your server to obtain your `refresh_token`. See the documentation [here](https://github.com/googleapis/google-api-nodejs-client/blob/d0f64cd0e51a3072a6c14731c26b2c117c382ba7/README.md#oauth2-client) on...