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!