diff options
author | tailor <cygnus@janrain.com> | 2007-09-19 23:03:41 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-09-19 23:03:41 +0000 |
commit | ee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0 (patch) | |
tree | 463966701bd737492735ec0c8533f70b6a61c0c1 /Auth | |
parent | 3fd6bdc3bce8bc47820f517e9c84ee74a4fa853a (diff) | |
download | php-openid-ee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0.zip php-openid-ee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0.tar.gz php-openid-ee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0.tar.bz2 |
[project @ Update changes in Auth_OpenID_Interface]
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Interface.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index 9e7d496..76fa790 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -20,9 +20,9 @@ * consumers. If you want to create an SQL-driven store, please see * then {@link Auth_OpenID_SQLStore} class. * - * Change: Version 2.0 removed the storeNonce and getAuthKey methods, - * and changed the behavior of the useNonce method to support one-way - * nonces. + * Change: Version 2.0 removed the storeNonce, getAuthKey, and isDumb + * methods, and changed the behavior of the useNonce method to support + * one-way nonces. * * @package OpenID * @author JanRain, Inc. <openid@janrain.com> |