You are here

function OAuthRequestSigner::setUnsigned in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.2 lib/oauth-php/library/OAuthRequestSigner.php \OAuthRequestSigner::setUnsigned()

* Reset the 'signed' flag, so that any changes in the parameters force a recalculation * of the signature.

File

lib/oauth-php/library/OAuthRequestSigner.php, line 89

Class

OAuthRequestSigner

Code

function setUnsigned() {
  $this->signed = false;
}