_tokenSecret === null) { return $this->_consumerSecret . '&'; } $return = implode('&', array($this->_consumerSecret, $this->_tokenSecret)); return $return; } }