SignatureMethod removed from namespace
This commit is contained in:
parent
67680e1564
commit
9cc377d653
@ -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]
|
@ -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
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Eher\OAuth\SignatureMethod;
|
||||
namespace Eher\OAuth;
|
||||
|
||||
/**
|
||||
* A class for implementing a Signature Method
|
Loading…
Reference in New Issue
Block a user