diff options
author | tailor <cygnus@janrain.com> | 2007-04-03 20:41:12 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-04-03 20:41:12 +0000 |
commit | 92ca53b447a350f4289a1839984c00030a7f292a (patch) | |
tree | 0cd2590f0ce04d56842a79ede62b0a3cf5a36b10 | |
parent | 99c824f80c9be038b852df3ade1cab1dbf56acf9 (diff) | |
download | php-openid-92ca53b447a350f4289a1839984c00030a7f292a.zip php-openid-92ca53b447a350f4289a1839984c00030a7f292a.tar.gz php-openid-92ca53b447a350f4289a1839984c00030a7f292a.tar.bz2 |
[project @ Fix API for store interface useNonce() method]
-rw-r--r-- | Auth/OpenID/Interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index ff460e9..9e7d496 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -126,7 +126,7 @@ class Auth_OpenID_OpenIDStore { * * @return bool Whether or not the nonce was valid. */ - function useNonce($nonce) + function useNonce($server_url, $timestamp, $salt) { trigger_error("Auth_OpenID_OpenIDStore::useNonce ". "not implemented", E_USER_ERROR); |