Home
last modified time | relevance | path

Searched refs:create_token (Results 1 – 3 of 3) sorted by relevance

/plugin/bez/ctl/
H A Dkp.php8 $token = $this->model->authentication_tokenFactory->create_token($this->id());
H A D8d.php8 $token = $this->model->authentication_tokenFactory->create_token($this->id());
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php22 public function create_token($page_id, $expire_date='') { function in dokuwiki\\plugin\\bez\\mdl\\Authentication_tokenFactory