| LinkedInHelperCompleteAuthorizationInternal Method | 
            Completes authorization and gets user's access token. All needed parameters are obtained from query string (LinkedIn adds these parameters when redirecting to callback URL).
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxprotected LinkedInAccessToken CompleteAuthorizationInternal(
	TokenManager tokenManager
)
Parameters
- tokenManager
- Type: CMS.ExternalAuthenticationTokenManager
 Token manager used for authorization - the same instance that was used to BeginAuthorization must be provided.
Return Value
Type: 
LinkedInAccessTokenLinkedInAccessToken structure.
 Exceptions
Exceptions See Also
See Also