You are here

public function OAuth2ManagerInterface::requestEndPoint in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x src/AuthManager/OAuth2ManagerInterface.php \Drupal\social_auth\AuthManager\OAuth2ManagerInterface::requestEndPoint()

Request and end point.

Parameters

string $method: The HTTP method for the request.

string $path: The path to request.

string|null $domain: The domain to request.

array $options: Request options.

Return value

array|mixed Data returned by provider.

1 call to OAuth2ManagerInterface::requestEndPoint()
OAuth2Manager::getExtraDetails in src/AuthManager/OAuth2Manager.php
Request data from the declared endpoints.

File

src/AuthManager/OAuth2ManagerInterface.php, line 42

Class

OAuth2ManagerInterface
Defines an OAuth2Manager Interface.

Namespace

Drupal\social_auth\AuthManager

Code

public function requestEndPoint($method, $path, $domain = NULL, array $options = []);