You are here

public function RestClientInterface::initializeIdentity in Salesforce Suite 8.3

Retrieve and store the Salesforce identity given an ID url.

Parameters

string $id: Identity URL.

Throws

\Exception

Deprecated

in 8.x-4.0 and does not have an exact analog, refer to \Drupal\salesforce\SalesforceAuthProviderPluginBase::parseIdentityResponse instead.

1 method overrides RestClientInterface::initializeIdentity()
RestClient::initializeIdentity in src/Rest/RestClient.php
Retrieve and store the Salesforce identity given an ID url.

File

src/Rest/RestClientInterface.php, line 306

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function initializeIdentity($id);