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@22:0f674329117c, 2014-09-23 (annotated)
- Committer:
- ansond
- Date:
- Tue Sep 23 17:32:08 2014 +0000
- Revision:
- 22:0f674329117c
- Parent:
- 19:16e773b718f2
- Child:
- 23:202db7bca18d
updates per SF feedback
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ansond | 17:8f9c4f888f7e | 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 | 13:f5d16e9125ca | 5 | char *client_secret = "client secret goes here"; |
| ansond | 17:8f9c4f888f7e | 6 | |
| ansond | 18:2ad58e214db9 | 7 |