/**
  * Get the token.
  *
  * @return OAuthConsumer $token
  */
 public function getToken()
 {
     return $this->oauth_client->getToken();
 }