/**
  * Start authentication 
  */
 public function startauthAction()
 {
     $scope = array("scope" => implode(" ", $this->config->oauth->scopes->toArray()));
     parent::startauth($scope);
 }
 /**
  * Start authentication 
  */
 public function startauthAction()
 {
     parent::startauth();
 }