You are here

public function RestClientInterface::setConsumerSecret in Salesforce Suite 8.3

Consumer key setter.

Parameters

string $value: Consumer secret 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::setConsumerSecret()
RestClient::setConsumerSecret in src/Rest/RestClient.php
Consumer key setter.

File

src/Rest/RestClientInterface.php, line 198

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function setConsumerSecret($value);