How do I get a refreshToken?
This can be obtained by adding the following to the login method call: { scope: 'openid offline_access', device: 'SOMEDEVICE'}
login
{ scope: 'openid offline_access', device: 'SOMEDEVICE'}
Most helpful comment
This can be obtained by adding the following to the
loginmethod call:{ scope: 'openid offline_access', device: 'SOMEDEVICE'}