OAuth/src/GaryJones/OAuth
GaryJones 87a4b17394 Refactor common code for getting the signature key. 2012-11-23 12:30:38 +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
HmacSha1.php Refactor common code for getting the signature key. 2012-11-23 12:30:38 +00:00
NullToken.php Add new NullToken, to satisfy type hint checks when token would otherwise not be set. 2012-11-22 17:37:12 +00:00
OAuthException.php Rename OAuth\Exception back to OAuthException, to follow the standard PHP way of naming predefined / SPL exceptions. 2012-11-22 18:11:12 +00:00
PlainText.php Refactor common code for getting the signature key. 2012-11-23 12:30:38 +00:00
Request.php Rename OAuth\Exception back to OAuthException, to follow the standard PHP way of naming predefined / SPL exceptions. 2012-11-22 18:11:12 +00:00
RsaSha1.php Make the Token arg of buildSignature() methods optional. 2012-11-22 16:27:47 +00:00
Server.php Rename OAuth\Exception back to OAuthException, to follow the standard PHP way of naming predefined / SPL exceptions. 2012-11-22 18:11:12 +00:00
SignatureMethod.php Refactor common code for getting the signature key. 2012-11-23 12:30:38 +00:00
Token.php Typo 2012-11-22 17:47:43 +00:00
Util.php Everything documented, including clearer author attribution. 2012-11-21 11:10:57 +00:00