You are here

public function OAuth2ManagerInterface::getEndPoints in Social Auth 8.2

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

Gets the API endpoints to be requested.

Return value

string API endpoints separated in different lines.

1 method overrides OAuth2ManagerInterface::getEndPoints()
OAuth2Manager::getEndPoints in src/AuthManager/OAuth2Manager.php
Gets the API endpoints to be requested.

File

src/AuthManager/OAuth2ManagerInterface.php, line 58

Class

OAuth2ManagerInterface
Defines an OAuth2Manager Interface.

Namespace

Drupal\social_auth\AuthManager

Code

public function getEndPoints();