SalesForceAuthorizationHelper Constructor |
Initializes a new instance of the SalesForceAuthorizationHelper class using the specified parameters.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax 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