20 require_once
'Auth/OpenID/Interface.php';
21 require_once
'Auth/OpenID/HMAC.php';
96 return $this->auth_key;
Auth_OpenID_DumbStore($secret_phrase)
Creates a new Auth_OpenID_DumbStore instance.
getAuthKey()
This method returns the auth key generated by the constructor.
useNonce($server_url, $timestamp, $salt)
In a system truly limited to dumb mode, nonces must all be accepted.
foreach($mandatory_scripts as $file) $timestamp
storeAssociation($server_url, $association)
This implementation does nothing.
getAssociation($server_url, $handle=null)
This implementation always returns null.
removeAssociation($server_url, $handle)
This implementation always returns false.