Click or drag to resize
SalesForceAuthorizationHelperGetIdentity Method
Retrieves the identity associated with the specified access token.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public Identity GetIdentity(
	GetAuthenticationTokensResponse response
)

Parameters

response
Type: CMS.SalesForce.RestContractGetAuthenticationTokensResponse
The successful authorization response.

Return Value

Type: Identity
An instance of the SalesForce organization communication session.
See Also