aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/base.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-08-09 05:16:39 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-08-09 05:17:27 -0400
commit0b80aaf2178e5a40f9429ce972c490f6067ef114 (patch)
treeab4b241f5fd21bb89c6948275ee476b6557a1eb2 /phpBB/phpbb/auth/provider/base.php
parentdeb62d51fe4e06e52fbc4042b692071bcd8f9d39 (diff)
downloadforums-0b80aaf2178e5a40f9429ce972c490f6067ef114.tar
forums-0b80aaf2178e5a40f9429ce972c490f6067ef114.tar.gz
forums-0b80aaf2178e5a40f9429ce972c490f6067ef114.tar.bz2
forums-0b80aaf2178e5a40f9429ce972c490f6067ef114.tar.xz
forums-0b80aaf2178e5a40f9429ce972c490f6067ef114.zip
[feature/oauth] Add method to return necessary data for auth_link
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 ae1daba82b..2f1bf8f601 100644
--- a/phpBB/phpbb/auth/provider/base.php
+++ b/phpBB/phpbb/auth/provider/base.php
@@ -65,6 +65,14 @@ abstract class phpbb_auth_provider_base implements phpbb_auth_provider_interface
/**
* {@inheritdoc}
*/
+ public function get_auth_link_data()
+ {
+ return;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
public function logout($data, $new_session)
{
return;