You are here

public function SalesforceOAuthPluginInterface::finalizeOauth in Salesforce Suite 8.3

Complete the OAuth user-agent handshake.

Return value

bool TRUE if oauth finalization was successful.

Throws

\OAuth\Common\Http\Exception\TokenResponseException

See also

\Drupal\salesforce\Controller\SalesforceOAuthController

File

src/SalesforceOAuthPluginInterface.php, line 23

Class

SalesforceOAuthPluginInterface
OAuth user-agent plugin interface.

Namespace

Drupal\salesforce

Code

public function finalizeOauth();