Home
last modified time | relevance | path

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

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/async/
H A DAjaxManageToken.php61 list($tokenPk, $userId) = explode(".", $tokenId);
68 $row = $this->dbManager->getSingleRow($verifySql, [$tokenPk],
76 $response = new JsonResponse($this->revealToken($tokenPk,
80 $response = new JsonResponse($this->invalidateToken($tokenPk));
91 * @param int $tokenPk The token id
95 private function revealToken($tokenPk, $hostname) argument
101 $jti = "$tokenPk.$user_pk";
103 $tokenInfo = $restDbHelper->getTokenKey($tokenPk);
117 * @param int $tokenPk The token id to be revoked
120 private function invalidateToken($tokenPk) argument
[all …]