OAuth 1.0 having an access token using OData Data Provider
Connection string
This CData ADO.NET Provider for OData connection string can be used for connections to OData.
URL=http://dataService;OAuth Version=1.0;OAuth Client ID=myRegisteredClientID;
OAuth Client Secret=secretCodeRetrievedUponClientRegistration;
OAuth Access Token=theAccountsAccessToken;
OAuth Access Token Secret=theAccountsAccessTokenSecret;