LinkedInData Class |
Namespace: CMS.ExternalAuthentication.LinkedIn
[SerializableAttribute] public sealed class LinkedInData : ILinkedInData
The LinkedInData type exposes the following members.
Name | Description | |
---|---|---|
LinkedInData |
Creates a new instance of LinkedInData.
| |
LinkedInData(String, String) |
Creates a new instance of LinkedInData.
|
Name | Description | |
---|---|---|
AdditionalQueryParameters |
Contains additional query parameters used when opening authorization page.
| |
ApiKey |
Gets LinkedIn account api key.
| |
ApiSecret |
Gets LinkedIn account api secret.
| |
Code |
Gets LinkedIn code required to generate access token.
| |
EditorId |
Gets the editor id in order to set its value.
| |
Error |
Gets the error message when access token was not retrieved.
| |
IsEmpty | ||
SettingsMissing | ||
UserDeniedAccess |
Returns true when user does not allow access using LinkedIn page.
|