Click or drag to resize
SalesForceAuthorizationHelperGetAuthenticationTokens Method
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: 9.0.0
Syntax
C#
public 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: GetAuthenticationTokensResponse
The result of the remote access authorization.
See Also