You are here

public function SalesforceAuthProviderInterface::getAuthorizationEndpoint in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 src/SalesforceAuthProviderInterface.php \Drupal\salesforce\SalesforceAuthProviderInterface::getAuthorizationEndpoint()
  2. 5.0.x src/SalesforceAuthProviderInterface.php \Drupal\salesforce\SalesforceAuthProviderInterface::getAuthorizationEndpoint()

Authorization URL for this plugin type.

Return value

string Authorization URL for this plugin type.

1 method overrides SalesforceAuthProviderInterface::getAuthorizationEndpoint()
SalesforceAuthProviderPluginBase::getAuthorizationEndpoint in src/SalesforceAuthProviderPluginBase.php
Authorization URL for this plugin type.

File

src/SalesforceAuthProviderInterface.php, line 128

Class

SalesforceAuthProviderInterface
Class SalesforceAuthProvider.

Namespace

Drupal\salesforce

Code

public function getAuthorizationEndpoint();