You are here

public function SalesforceAuthProviderPluginManagerInterface::refreshToken in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/SalesforceAuthProviderPluginManagerInterface.php \Drupal\salesforce\SalesforceAuthProviderPluginManagerInterface::refreshToken()

Force a refresh of the active token and return the fresh token.

Return value

\OAuth\Common\Token\TokenInterface The token.

Throws

\Drupal\Component\Plugin\Exception\PluginException

\OAuth\OAuth2\Service\Exception\MissingRefreshTokenException

1 method overrides SalesforceAuthProviderPluginManagerInterface::refreshToken()
SalesforceAuthProviderPluginManager::refreshToken in src/SalesforceAuthProviderPluginManager.php
Force a refresh of the active token and return the fresh token.

File

src/SalesforceAuthProviderPluginManagerInterface.php, line 78

Class

SalesforceAuthProviderPluginManagerInterface
Auth provider plugin manager interface.

Namespace

Drupal\salesforce

Code

public function refreshToken();