Have you found a solution yet? I try to get the “refresh_token” using WebAuth.passwordlessLogin with offline_access scope. However, all I get is an empty “refreshToken”
Similar questions over here. I’m working on an Electron.js desktop app and I’d like to receive a refresh_token for offline use. I’m calling the start endpoint like so:
I correctly receive the email and clicking on the link results in the following: <url>#access_token=<access-token>&scope=offline_access&expires_in=7200&token_type=Bearer. I never see the refresh-token despite the grant_type/offline scope passed correctly.