Click or drag to resize
SalesForceAuthorizationHelper Constructor
Initializes a new instance of the SalesForceAuthorizationHelper class using the specified parameters.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public SalesForceAuthorizationHelper(
	string clientId,
	string clientSecret,
	string redirectUrl
)

Parameters

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