public function TestRestClient::getAuthEndpointUrl in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/Tests/TestRestClient.php \Drupal\salesforce\Tests\TestRestClient::getAuthEndpointUrl()
- 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\TestsCode
public function getAuthEndpointUrl() {
return self::AUTH_ENDPOINT_URL;
}