You are here

public function RestClientInterface::isAuthorized in Salesforce Suite 8.3

Determine if this SF instance is fully configured.

Deprecated

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

1 method overrides RestClientInterface::isAuthorized()
RestClient::isAuthorized in src/Rest/RestClient.php
Determine if this SF instance is fully configured.

File

src/Rest/RestClientInterface.php, line 20

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function isAuthorized();