summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Store/Interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/OpenID/Store/Interface.php')
-rw-r--r--Auth/OpenID/Store/Interface.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/Auth/OpenID/Store/Interface.php b/Auth/OpenID/Store/Interface.php
index 0500e44..511f0f8 100644
--- a/Auth/OpenID/Store/Interface.php
+++ b/Auth/OpenID/Store/Interface.php
@@ -175,5 +175,13 @@ class Auth_OpenID_OpenIDStore {
{
return false;
}
+
+ /**
+ * Removes all entries from the store; implementation is optional.
+ */
+ function reset()
+ {
+ }
+
}
?> \ No newline at end of file