You are here

public function RestClientInterface::getAccessToken in Salesforce Suite 8.3

Get the access token.

Return value

string|null The access token.

Deprecated

in 8.x-4.0 and does not have an exact analog, refer to \Drupal\salesforce\SalesforceAuthProviderInterface::getAccessToken instead.

1 method overrides RestClientInterface::getAccessToken()
RestClient::getAccessToken in src/Rest/RestClient.php
Get the access token.

File

src/Rest/RestClientInterface.php, line 252

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function getAccessToken();