You are here

public function RestClientInterface::getAuthCallbackUrl in Salesforce Suite 8.3

Helper to build the redirect URL for OAUTH workflow.

Return value

string Redirect URL.

Deprecated

in 8.x-4.0, use \Drupal\salesforce\Consumer\SalesforceCredentials::getCallbackUrl instead.

See also

\Drupal\salesforce\Controller\SalesforceController

1 method overrides RestClientInterface::getAuthCallbackUrl()
RestClient::getAuthCallbackUrl in src/Rest/RestClient.php
Helper to build the redirect URL for OAUTH workflow.

File

src/Rest/RestClientInterface.php, line 335

Class

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

Namespace

Drupal\salesforce\Rest

Code

public function getAuthCallbackUrl();