| SalesForceAuthorizationHelperGetAuthenticationTokens Method | 
            Authorizes remote access to SalesForce organization using the specified authorization code, and returns the result.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic GetAuthenticationTokensResponse GetAuthenticationTokens(
	string authorizationCode
)
Parameters
- authorizationCode
- Type: SystemString
 The authorization code retrieved in the first step in the OAuth 2.0 web server authentication flow.
Return Value
Type: 
GetAuthenticationTokensResponseThe result of the remote access authorization.
 See Also
See Also