You are here

public function TestRestClient::getAuthEndpointUrl in Salesforce Suite 8.3

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

Get the fake OAuth endpoint.

Return value

string REST OAuth Login URL.

Overrides RestClient::getAuthEndpointUrl

File

src/Tests/TestRestClient.php, line 88

Class

TestRestClient
Test Salesforce REST client.

Namespace

Drupal\salesforce\Tests

Code

public function getAuthEndpointUrl() {
  return self::AUTH_ENDPOINT_URL;
}