Click or drag to resize
RefreshTokenSessionProvider Class
Provides SalesForce organization sessions using the OAuth refresh token.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceRefreshTokenSessionProvider

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

The RefreshTokenSessionProvider type exposes the following members.

Constructors
  NameDescription
Public methodRefreshTokenSessionProvider
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 propertyRefreshToken
Gets or sets the OAuth refresh token.
Top
Methods
  NameDescription
Public methodCreateSession
Creates a new SalesForce organization session, and returns it.
Top
See Also