| GetAuthenticationTokensResponse Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SalesForce.RestContract
 Syntax
Syntaxpublic sealed class GetAuthenticationTokensResponse
The GetAuthenticationTokensResponse type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GetAuthenticationTokensResponse | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | AccessToken | 
            The OAuth access tokens.
             | 
|  | IdentityUrl | 
            The URL with the SalesForce organization access details.
             | 
|  | InstanceBaseUrl | 
            A base URL of the organization.
             | 
|  | RefreshToken | 
            The OAuth refresh token.
             | 
 See Also
See Also