forcejs icon indicating copy to clipboard operation
forcejs copied to clipboard

refreshtoken not generated

Open moblizeit opened this issue 5 years ago • 1 comments

i have the below code that gives me access token but no refresh token. please advise.

let callbackUrl = 'https://XXX.XX.ai' let oauth = OAuth.createInstance('MY APP CLIENT KEY','', callbackUrl); oauth.login().then( async (oauthResult) => { DataService.createInstance(oauthResult); console.log("Logged Into Salesforce Successfully:::" + JSON.stringify(oauthResult)); });

moblizeit avatar Oct 27 '20 15:10 moblizeit

@moblizeit hello have u already fixed this issue?

ryanjeric avatar Dec 16 '20 10:12 ryanjeric