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

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sf_creds.h Source File

sf_creds.h

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