SalesForceAuthorizationHelper Constructor Kentico 8.0 API Reference
Initializes a new instance of the SalesForceAuthorizationHelper class using the specified parameters.

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

Parameters

clientId
Type: OnlineSystem String
The consumer identifier associated with the remote access application in SalesForce.
clientSecret
Type: OnlineSystem String
The consumer secret associated with the remote access application in SalesForce.
redirectUrl
Type: OnlineSystem String
The redirect URL for the OAuth 2.0 web server authentication flow.
See Also