1 Commits
1.0.2 ... 1.0.3

Author SHA1 Message Date
Eher
9cc377d653 SignatureMethod removed from namespace 2012-02-08 23:35:31 -02:00
4 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Eher\OAuth\SignatureMethod;
namespace Eher\OAuth;
/**
* The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104]

View File

@@ -1,6 +1,6 @@
<?php
namespace Eher\OAuth\SignatureMethod;
namespace Eher\OAuth;
/**
* The PLAINTEXT method does not provide any security protection and SHOULD only be used

View File

@@ -1,6 +1,6 @@
<?php
namespace Eher\OAuth\SignatureMethod;
namespace Eher\OAuth;
/**
* A class for implementing a Signature Method