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-17
Revision:
1:76f9a2246720
Child:
3:c32e9ad7d582

File content as of revision 1:76f9a2246720:

 /* Tunables: Salesforce Credentials
 char *username      = "xxx@yyy.zzz";
 char *password      = "password_goes_here";
 char *client_id     = "customer key goes here";
 char *client_secret = "client secret goes here";
 */
 
 // Tunables: Salesforce Credentials
 char *username      = "danson@austin.rr.com";
 char *password      = "d8wjyKa0arYih5i";
 char *client_id     = "3MVG9A2kN3Bn17hvE16FXaPLpTK1CEPVbzU9kbsPVmCrERuOvm5LEz6qc1WLBwC_S.X_QcOgH9fmFqRvWt2Hh";
 char *client_secret = "989796221362081717";