You are here

public function SalesforceAuthProviderPluginBase::getConsumerKey in Salesforce Suite 8.3

Consumer key for the connected OAuth app.

Return value

string Consumer key.

Overrides SalesforceAuthProviderInterface::getConsumerKey

File

src/SalesforceAuthProviderPluginBase.php, line 159

Class

SalesforceAuthProviderPluginBase
Shared methods for auth providers.

Namespace

Drupal\salesforce

Code

public function getConsumerKey() {
  return $this->credentials
    ->getConsumerKey();
}