| LinkedInAccessToken Constructor | 
            Initializes a new instance of the LinkedInAccessToken structure.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxpublic LinkedInAccessToken(
	string accessToken,
	string accessTokenSecret,
	Nullable<DateTime> expiration
)
Parameters
- accessToken
- Type: SystemString
 Access token.
- accessTokenSecret
- Type: SystemString
 Access token secret.
- expiration
- Type: SystemNullableDateTime
 Date and time when the access token expires.
 See Also
See Also