Click or drag to resize
LinkedInAuthorization Class
Provides authorization methods for LinkedIn API.
Inheritance Hierarchy
SystemObject
  CMS.ExternalAuthentication.LinkedInLinkedInAuthorization

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
[SerializableAttribute]
public class LinkedInAuthorization : IDisposable

The LinkedInAuthorization type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInAuthorization
Creates new instance of LinkedInAuthorization.
Top
Properties
  NameDescription
Public propertyAccessToken
Access token.
Top
Methods
  NameDescription
Public methodBeginAuthorize
Prepares a request for user authorization from an authorization server
Public methodCompleteAuthorize
Completes process authorization,
Public methodDispose
Disposes the object.
Protected methodDispose(Boolean)
Disposes the object.
Public methodPrepareGetRequest
Prepares GET request that has OAuth authorization already attached to it.
Public methodPreparePostRequest
Prepares POST request that has OAuth authorization already attached to it.
Top
See Also