You are here

function OAuthConsumer::__toString in OAuth 1.0 6.3

File

lib/OAuth.php, line 30
OAuth 1.0 server and client library.

Class

OAuthConsumer

Code

function __toString() {
  return "OAuthConsumer[key={$this->key},secret={$this->secret}]";
}