You are here

public function TestRestClient::getAuthTokenUrl in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Tests/TestRestClient.php \Drupal\salesforce\Tests\TestRestClient::getAuthTokenUrl()
  2. 5.0.x src/Tests/TestRestClient.php \Drupal\salesforce\Tests\TestRestClient::getAuthTokenUrl()

Get the fake Auth token endpoint.

Return value

string REST OAuth Token URL.

Overrides RestClient::getAuthTokenUrl

File

src/Tests/TestRestClient.php, line 98

Class

TestRestClient
Test Salesforce REST client.

Namespace

Drupal\salesforce\Tests

Code

public function getAuthTokenUrl() {
  return self::AUTH_TOKEN_URL;
}