diff options
Diffstat (limited to 'Auth/OpenID/Association.php')
-rw-r--r-- | Auth/OpenID/Association.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Auth/OpenID/Association.php b/Auth/OpenID/Association.php index 5fd967b..dbdc8af 100644 --- a/Auth/OpenID/Association.php +++ b/Auth/OpenID/Association.php @@ -37,11 +37,15 @@ class Auth_OpenID_Association { /** * This is a HMAC-SHA1 specific value. + * + * @access private */ var $SIG_LENGTH = 20; /** * The ordering and name of keys as stored by serialize. + * + * @access private */ var $assoc_keys = array( 'version', @@ -57,6 +61,8 @@ class Auth_OpenID_Association { * library to create associations. OpenIDStore implementations * shouldn't use this constructor. * + * @access private + * * @param integer $expires_in This is the amount of time this * association is good for, measured in seconds since the * association was issued. |