1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/oauth] Add method to return necessary data for auth_link

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-08-09 05:16:39 -04:00
parent deb62d51fe
commit 0b80aaf217
2 changed files with 18 additions and 1 deletions

View File

@@ -62,6 +62,14 @@ abstract class phpbb_auth_provider_base implements phpbb_auth_provider_interface
return;
}
/**
* {@inheritdoc}
*/
public function get_auth_link_data()
{
return;
}
/**
* {@inheritdoc}
*/