You are here

public function RestClientInterface::setIdentity in Salesforce Suite 8.3

Set the Salesforce identity, which is stored in a variable.

Deprecated

in 8.x-4.0, use \Drupal\salesforce\Storage\SalesforceAuthTokenStorageInterface::storeIdentity instead.

1 method overrides RestClientInterface::setIdentity()
RestClient::setIdentity in src/Rest/RestClient.php
Set the Salesforce identity, which is stored in a variable.

File

src/Rest/RestClientInterface.php, line 323

Class

RestClientInterface
Objects, properties, and methods to communicate with the Salesforce REST API.

Namespace

Drupal\salesforce\Rest

Code

public function setIdentity($data);