public function __construct()
 {
     parent::__construct();
     $this->setType('jwt_client');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setSalt(base_convert(sha1(uniqid(mt_rand(), true)), 16, 36));
     $this->setType('password_client');
 }