Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial EndpointMain-hello-salesforce Logger EthernetInterface SalesforceInterface mbed-rtos mbed C12832
sf_creds.h@3:c32e9ad7d582, 2014-09-18 (annotated)
- Committer:
- ansond
- Date:
- Thu Sep 18 16:50:58 2014 +0000
- Revision:
- 3:c32e9ad7d582
- Parent:
- 1:76f9a2246720
- Child:
- 11:ace3ffbb2f4e
removed mbed.h from HTTPClient.cpp to enable K64F builds
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ansond | 1:76f9a2246720 | 1 | /* Tunables: Salesforce Credentials |
| ansond | 1:76f9a2246720 | 2 | char *username = "xxx@yyy.zzz"; |
| ansond | 3:c32e9ad7d582 | 3 | char *password = "password_goes_here"; // must be of the form: [password][security token] |
| ansond | 1:76f9a2246720 | 4 | char *client_id = "customer key goes here"; |
| ansond | 1:76f9a2246720 | 5 | char *client_secret = "client secret goes here"; |
| ansond | 1:76f9a2246720 | 6 | */ |
| ansond | 1:76f9a2246720 | 7 | |
| ansond | 1:76f9a2246720 | 8 | // Tunables: Salesforce Credentials |
| ansond | 1:76f9a2246720 | 9 | char *username = "danson@austin.rr.com"; |
| ansond | 3:c32e9ad7d582 | 10 | char *password = "d8wjyKa0arYih5icg43dwg5avViCeWO5EvKDic4"; |
| ansond | 1:76f9a2246720 | 11 | char *client_id = "3MVG9A2kN3Bn17hvE16FXaPLpTK1CEPVbzU9kbsPVmCrERuOvm5LEz6qc1WLBwC_S.X_QcOgH9fmFqRvWt2Hh"; |
| ansond | 1:76f9a2246720 | 12 | char *client_secret = "989796221362081717"; |