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: 8.0.0.0 (8.1.5347.20411)
Parameters
- authorizationCode
- Type: System String
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