We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I don't receive refresh_token in the response of getToken().
refresh_token
Here is how I generate the auth url:
oauth2Client.generateAuthUrl({ access_type: 'offline', scope: 'https://www.googleapis.com/auth/cloudprint' });
Thanks!