# Packages
No description provided by the author
# README
OAuth 2.0 for Salesforce
You can verify your credentials with the following:
$ curl https://login.salesforce.com/services/oauth2/token -d "grant_type=password" -d "client_id=myClientID" -d "client_secret=myClientSecret" -d "username=myUsername" -d "password=myPasswordMySecretToken"
Deleting Dummy Data
Here is information on deleting existing dummy data: