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

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

Committer:
ansond
Date:
Mon Sep 22 19:03:13 2014 +0000
Revision:
13:f5d16e9125ca
Parent:
11:ace3ffbb2f4e
Child:
14:5d9fffe3dc7c
updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 13:f5d16e9125ca 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 13:f5d16e9125ca 6