You are here

public function TestRestClient::isAuthorized in Salesforce Suite 8.3

Always return TRUE for test client.

Overrides RestClient::isAuthorized

File

src/Tests/TestRestClient.php, line 26

Class

TestRestClient
Test Salesforce REST client.

Namespace

Drupal\salesforce\Tests

Code

public function isAuthorized() {
  return TRUE;
}