Doug Anson / Mbed 2 deprecated df-2014-salesforce-testharness-k64f

Dependencies:   BufferedSerial EndpointMain-hello-salesforce Logger EthernetInterface SalesforceInterface mbed-rtos mbed C12832

sf_creds.h

Committer:
ansond
Date:
2014-09-23
Revision:
23:202db7bca18d
Parent:
22:0f674329117c
Child:
24:c33892862a4b

File content as of revision 23:202db7bca18d:

 /* Tunables: Salesforce Credentials */
 char *username      = "xxx@yyy.zzz";
 char *password      = "password_goes_here";            // must be of the form: [password][security token]
 char *client_id     = "customer key goes here";
 char *client_secret = "client secret goes here";