You are here

public function RestClientInterface::getConsumerKey in Salesforce Suite 8.3

Consumer key getter.

Return value

string|null Consumer key.

Deprecated

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

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

File

src/Rest/RestClientInterface.php, line 164

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function getConsumerKey();