/**
  * Set the reply we received
  * 
  * @param string request
  */
 static function setReceived($reply)
 {
     LingotekOAuthRequestLogger::$received = $reply;
 }