45 $this->numero = 66000;
48 $this->family =
"interface";
49 $this->module_position =
'31';
51 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
53 $this->
description =
"Enable OAuth2 authentication";
55 $this->version =
'dolibarr';
56 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
60 $this->picto =
'technic';
63 $this->dirs = array();
66 $this->config_page_url = array(
"oauth.php");
69 $this->hidden =
false;
70 $this->depends = array();
71 $this->requiredby = array();
72 $this->conflictwith = array();
73 $this->phpmin = array(7, 0);
74 $this->need_dolibarr_version = array(3, 7, -2);
75 $this->conflictwith = array();
76 $this->langfiles = array(
"oauth");
79 $this->
const = array();
82 $this->boxes = array();
85 $this->rights = array();
86 $this->rights_class =
'oauth';
104 $this->menu = array();