Click or drag to resize
SalesForceAuthorizationHelper Class
Provides helper methods for SalesForce OAuth implementation.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceSalesForceAuthorizationHelper

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class SalesForceAuthorizationHelper

The SalesForceAuthorizationHelper type exposes the following members.

Constructors
  NameDescription
Public methodSalesForceAuthorizationHelper
Initializes a new instance of the SalesForceAuthorizationHelper class using the specified parameters.
Top
Methods
  NameDescription
Public methodGetAuthenticationTokens
Authorizes remote access to SalesForce organization using the specified authorization code, and returns the result.
Public methodGetAuthorizationUrl
Gets the authorization URL for the first step in the OAuth 2.0 web server authentication flow.
Public methodGetIdentity
Retrieves the identity associated with the specified access token.
Top
See Also