1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[feature/oauth] Update the OAuth service interface

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-29 16:07:11 -04:00
parent 3d55e5faa9
commit d21ab4f629
5 changed files with 47 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class phpbb_auth_provider_oauth_service_google extends phpbb_auth_provider_oauth
/**
* {@inheritdoc}
*/
public function perform_auth_link()
public function perform_token_auth()
{
if (!($this->service_provider instanceof \OAuth\OAuth2\Service\Google))
{