Click or drag to resize
GetAuthenticationTokensResponse Class
Represents a SalesForce response to request for authentication tokens.
Inheritance Hierarchy
SystemObject
  CMS.SalesForce.RestContractGetAuthenticationTokensResponse

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

The GetAuthenticationTokensResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetAuthenticationTokensResponse
Top
Fields
  NameDescription
Public fieldAccessToken
The OAuth access tokens.
Public fieldIdentityUrl
The URL with the SalesForce organization access details.
Public fieldInstanceBaseUrl
A base URL of the organization.
Public fieldRefreshToken
The OAuth refresh token.
Top
See Also