Class OAUTH_ALGORITHMS - echiong/testRepo GitHub Wiki
##Class OAUTH_ALGORITHMS
Defines the different OAuth Signing algorithms. You should use this instead of writing them out each time.
<b>Located at</b> application/helpers/oauth_helper.php<br />
##Methods summary
<table class="summary" id="constants">
<caption>Constants summary</caption>
<tr data-order="HMAC_SHA1" id="HMAC_SHA1">
<td class="attributes"><code>string</code></td>
<td class="name"><code>
HMAC_SHA1
'HMAC-SHA1'
#
<div class="description detailed">
</div>
</div></td>
</tr>
<tr data-order="RSA_SHA1" id="RSA_SHA1">
<td class="attributes"><code>string</code></td>
<td class="name"><code>
RSA_SHA1
'RSA-SHA1'
#
<div class="description detailed">
</div>
</div></td>
</tr>
</table>