aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/base.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-08-02 14:05:09 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-08-02 14:05:44 -0400
commit245e71e4e20b8d4ec80fc5e059dc12db51d10651 (patch)
treee77402c16215a38b0a631b2aedde4463d73e6df1 /phpBB/phpbb/auth/provider/base.php
parent381e7c347b0d7cfc0f02d677aa61b92701606504 (diff)
downloadforums-245e71e4e20b8d4ec80fc5e059dc12db51d10651.tar
forums-245e71e4e20b8d4ec80fc5e059dc12db51d10651.tar.gz
forums-245e71e4e20b8d4ec80fc5e059dc12db51d10651.tar.bz2
forums-245e71e4e20b8d4ec80fc5e059dc12db51d10651.tar.xz
forums-245e71e4e20b8d4ec80fc5e059dc12db51d10651.zip
[feature/oauth] Add get_login_data to the auth_provider_interface
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider/base.php')
-rw-r--r--phpBB/phpbb/auth/provider/base.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/phpbb/auth/provider/base.php b/phpBB/phpbb/auth/provider/base.php
index ca1c635b15..ae1daba82b 100644
--- a/phpBB/phpbb/auth/provider/base.php
+++ b/phpBB/phpbb/auth/provider/base.php
@@ -57,6 +57,14 @@ abstract class phpbb_auth_provider_base implements phpbb_auth_provider_interface
/**
* {@inheritdoc}
*/
+ public function get_login_data()
+ {
+ return;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
public function logout($data, $new_session)
{
return;