You are here

public function RestClientInterface::getAuthEndpointUrl in Salesforce Suite 8.3

Get Salesforce oauth login endpoint. (OAuth step 1)

Return value

string REST OAuth Login URL.

Deprecated

in 8.x-4.0, use \Drupal\salesforce\SalesforceAuthProviderInterface::getAuthorizationEndpoint instead.

1 method overrides RestClientInterface::getAuthEndpointUrl()
RestClient::getAuthEndpointUrl in src/Rest/RestClient.php
Get Salesforce oauth login endpoint. (OAuth step 1)

File

src/Rest/RestClientInterface.php, line 345

Class

RestClientInterface
Objects, properties, and methods to communicate with the Salesforce REST API.

Namespace

Drupal\salesforce\Rest

Code

public function getAuthEndpointUrl();