You are here

public function RestClientInterface::getIdentity in Salesforce Suite 8.3

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

Return value

array|FALSE Returns FALSE is no identity has been stored.

Deprecated

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

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

File

src/Rest/RestClientInterface.php, line 316

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function getIdentity();