1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[feature/oauth] Create means to associate phpBB account with external

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-18 12:12:14 -04:00
parent 469879716d
commit fe9428b725
4 changed files with 29 additions and 4 deletions

View File

@@ -52,7 +52,8 @@ interface phpbb_auth_provider_oauth_service_interface
/**
* Returns the results of the authentication in json format
*
* @return type The results of the authentication action in json format.
* @return string The unique identifier returned by the service provider
* that is used to authenticate the user with phpBB.
*/
public function perform_auth_login();