You are here

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

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

Get the fake OAuth endpoint.

Return value

string REST OAuth Login URL.

File

src/Tests/TestRestClient.php, line 105

Class

TestRestClient
Test Salesforce REST client.

Namespace

Drupal\salesforce\Tests

Code

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