You are here

function OAuthToken::__toString in jQuery social stream 8.2

Same name and namespace in other branches
  1. 8 src/Twitter/OAuthToken.php \Drupal\jquery_social_stream\Twitter\OAuthToken::__toString()

File

src/Twitter/OAuthToken.php, line 30

Class

OAuthToken

Namespace

Drupal\jquery_social_stream\Twitter

Code

function __toString() {
  return $this
    ->to_string();
}