diff options
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> |