You are here

public function SalesforceAuthProviderPluginManagerInterface::getCredentials in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 5.0.x src/SalesforceAuthProviderPluginManagerInterface.php \Drupal\salesforce\SalesforceAuthProviderPluginManagerInterface::getCredentials()

The credentials for the active auth provider plugin, or null.

Return value

\Drupal\salesforce\Consumer\SalesforceCredentialsInterface|null The credentials for the active auth provider plugin, or null.

1 method overrides SalesforceAuthProviderPluginManagerInterface::getCredentials()
SalesforceAuthProviderPluginManager::getCredentials in src/SalesforceAuthProviderPluginManager.php
The credentials for the active auth provider plugin, or null.

File

src/SalesforceAuthProviderPluginManagerInterface.php, line 59

Class

SalesforceAuthProviderPluginManagerInterface
Auth provider plugin manager interface.

Namespace

Drupal\salesforce

Code

public function getCredentials();