You are here

public function RestClientInterface::getConsumerSecret in Salesforce Suite 8.3

Comsumer secret getter.

Return value

string|null Consumer secret.

Deprecated

in 8.x-4.0, use \Drupal\salesforce\SalesforceAuthProviderInterface::getConsumerSecret instead.

1 method overrides RestClientInterface::getConsumerSecret()
RestClient::getConsumerSecret in src/Rest/RestClient.php
Comsumer secret getter.

File

src/Rest/RestClientInterface.php, line 186

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function getConsumerSecret();