Skip to content

Instantly share code, notes, and snippets.

@redryan
Last active February 3, 2016 14:40
Show Gist options
  • Save redryan/632d5c3cacd07f054968 to your computer and use it in GitHub Desktop.
Save redryan/632d5c3cacd07f054968 to your computer and use it in GitHub Desktop.
// Salesforce OAuth2 client information
var oauth2 = new jsforce.OAuth2({
clientId: ‘client id string’
clientSecret: ‘client secret string’,
redirectUri: 'callback url'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment