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

[feature/oauth] Add get_login_data to the auth_provider_interface

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-08-02 14:05:09 -04:00
parent 381e7c347b
commit 245e71e4e2
4 changed files with 50 additions and 3 deletions

View File

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