You are here

public function RestClientInterface::setConsumerKey in Salesforce Suite 8.3

Consumer key setter.

Parameters

string $value: Consumer key value.

Return value

$this

Deprecated

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

1 method overrides RestClientInterface::setConsumerKey()
RestClient::setConsumerKey in src/Rest/RestClient.php
Consumer key setter.

File

src/Rest/RestClientInterface.php, line 176

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function setConsumerKey($value);