Click or drag to resize
OrganizationCredentials Class
Contains the credentials used to authenticate SalesForce organization access.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceOrganizationCredentials

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

The OrganizationCredentials type exposes the following members.

Constructors
  NameDescription
Public methodOrganizationCredentials
Top
Properties
  NameDescription
Public propertyClientId
Gets or sets the consumer identifier associated with the remote access application in SalesForce.
Public propertyClientSecret
Gets or sets the consumer secret associated with the remote access application in SalesForce.
Public propertyOrganizationBaseUrl
Gets or sets the address of the server hosting the SalesForce organization. This information is optional.
Public propertyOrganizationName
Gets or sets the SalesForce organization name. This information is optional.
Public propertyRefreshToken
Gets or sets the string representing the OAuth refresh token obtained from SalesForce.
Public propertyUserName
Gets or sets the name of the SalesForce user who authorized the remote access. This information is optional.
Top
Methods
  NameDescription
Public methodStatic memberDeserialize
Reads the specified string representation and returns the deserialized instance of the OrganizationCredentials class.
Public methodStatic memberSerialize
Serializes an instance of the OrganizationCredentials class into a string.
Top
See Also