Common Content for Data Engineering
- Common Content for Data Engineering 10.5.1
- All Products
Option | Description |
---|---|
ConsumerKey | The API key that you get when you create the application in LinkedIn. LinkedIn uses the key to identify the application. |
ConsumerSecret | The Secret key that you get when you create the application in LinkedIn. LinkedIn uses the secret to establish ownership of the consumer key. |
AccessToken | Access token that the OAuth Utility returns. The LinkedIn application uses this token instead of the user credentials to access the protected resources. |
AccessSecret | Access secret that the OAuth Utility returns. The secret establishes ownership of a token. |