Hello,

From nodejs, I am trying to integrate with keycloak server.
Have followed the steps mentioned in https://github.com/keycloak/keycloak-nodejs-connect 
But I need to use offline access to generate offline token as mentioned here, https://keycloak.gitbooks.io/server-adminstration-guide/content/v/2.1/topics/sessions/offline.html 
How can this be done from nodejs?