Initializes a new instance of the SalesForceAuthorizationHelper class using the specified parameters.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- clientId
- Type: System String
The consumer identifier associated with the remote access application in SalesForce.
- clientSecret
- Type: System String
The consumer secret associated with the remote access application in SalesForce.
- redirectUrl
- Type: System String
The redirect URL for the OAuth 2.0 web server authentication flow.
See Also