Skip to content

refreshtoken not generated #37

@moblizeit

Description

@moblizeit

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));
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions