SalesForceAuthorizationHelper GetAuthenticationTokens Method Kentico 8.0 API Reference
Authorizes remote access to SalesForce organization using the specified authorization code, and returns the result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

authorizationCode
Type: OnlineSystem String
The authorization code retrieved in the first step in the OAuth 2.0 web server authentication flow.

Return Value

Type: GetAuthenticationTokensResponse
The result of the remote access authorization.
See Also