| SalesForceAuthorizationHelper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SalesForce
 Syntax
Syntaxpublic sealed class SalesForceAuthorizationHelper
The SalesForceAuthorizationHelper type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SalesForceAuthorizationHelper | 
            Initializes a new instance of the SalesForceAuthorizationHelper class using the specified parameters.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetAuthenticationTokens | 
            Authorizes remote access to SalesForce organization using the specified authorization code, and returns the result.
             | 
|  | GetAuthorizationUrl | 
            Gets the authorization URL for the first step in the OAuth 2.0 web server authentication flow.
             | 
|  | GetIdentity | 
            Retrieves the identity associated with the specified access token.
             | 
 See Also
See Also