You are here

public function SalesforceAuthProviderPluginManagerInterface::getToken in Salesforce Suite 8.4

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

Get the active token, or null if it has not been assigned.

Return value

\OAuth\OAuth2\Token\TokenInterface|null The token of the plugin of the active config, or null.

1 method overrides SalesforceAuthProviderPluginManagerInterface::getToken()
SalesforceAuthProviderPluginManager::getToken in src/SalesforceAuthProviderPluginManager.php
Get the active token, or null if it has not been assigned.

File

src/SalesforceAuthProviderPluginManagerInterface.php, line 67

Class

SalesforceAuthProviderPluginManagerInterface
Auth provider plugin manager interface.

Namespace

Drupal\salesforce

Code

public function getToken();