You are here

public function TestRestClient::getAuthTokenUrl in Salesforce Suite 5.0.x

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

Get the fake Auth token endpoint.

Return value

string REST OAuth Token URL.

File

src/Tests/TestRestClient.php, line 115

Class

TestRestClient
Test Salesforce REST client.

Namespace

Drupal\salesforce\Tests

Code

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