Esempio n. 1
0
 /**
  *
  * @return null|Auth
  */
 public function getAuthBase()
 {
     $authentication = $this->plugin->getConfig()->get("authentication", null);
     return $this->getAuthentication(strtolower($authentication));
 }