/**
  * OAuthServer constructor. At this stage does not do anything.
  */
 public function __construct($db)
 {
     parent::__construct();
     $this->db = $db;
 }