OAuth/src/GaryJones/OAuth
GaryJones af1993ac3a Make the Token arg of buildSignature() methods optional.
RSA-SHA1 buildSignature() doesn't use it at all, and the other two allow for there to be no token, as on the initial client request. The token shared-secret as taken to be an empty string.
2012-11-22 16:27:47 +00:00
..
Client.php Make callback_url property protected, and add get/set methods. 2012-11-22 13:17:23 +00:00
Credential.php Everything documented, including clearer author attribution. 2012-11-21 11:10:57 +00:00
DataStore.php Everything documented, including clearer author attribution. 2012-11-21 11:10:57 +00:00
Exception.php Everything documented, including clearer author attribution. 2012-11-21 11:10:57 +00:00
HmacSha1.php Make the Token arg of buildSignature() methods optional. 2012-11-22 16:27:47 +00:00
PlainText.php Make the Token arg of buildSignature() methods optional. 2012-11-22 16:27:47 +00:00
Request.php Fix bug where the colon between host and port would appear, even when port was an empty string. 2012-11-22 16:25:34 +00:00
RsaSha1.php Make the Token arg of buildSignature() methods optional. 2012-11-22 16:27:47 +00:00
Server.php Everything documented, including clearer author attribution. 2012-11-21 11:10:57 +00:00
SignatureMethod.php Make the Token arg of buildSignature() methods optional. 2012-11-22 16:27:47 +00:00
Token.php Everything documented, including clearer author attribution. 2012-11-21 11:10:57 +00:00
Util.php Everything documented, including clearer author attribution. 2012-11-21 11:10:57 +00:00