OAuth/src/JacobKiers/OAuth
Jacob Kiers be09ba0216 Added RequestInterface to make integration easier.
Since now only a RequestInterface is needed instead of a Request object,
it becomes easier to use the Server component with a different Request
object, such as the Symfony or Zend Framework Request objects.

This will now only need a small wrapper, instead of extending and
rewriting the existing Request object.
2013-02-08 10:57:53 +00:00
..
Client.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
Credential.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
DataStoreInterface.php Renamed DataStore to DataStoreInterface 2013-02-08 10:37:21 +00:00
HmacSha1.php Added RequestInterface to make integration easier. 2013-02-08 10:57:53 +00:00
NullToken.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
OAuthException.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
PlainText.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
Request.php Added RequestInterface to make integration easier. 2013-02-08 10:57:53 +00:00
RequestInterface.php Added RequestInterface to make integration easier. 2013-02-08 10:57:53 +00:00
RsaSha1.php Added RequestInterface to make integration easier. 2013-02-08 10:57:53 +00:00
Server.php Added RequestInterface to make integration easier. 2013-02-08 10:57:53 +00:00
SignatureMethod.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
Token.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
Util.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00