Home
last modified time | relevance | path

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

/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/
H A DAbstractToken.php23 protected $endOfLife; variable in OAuth\\Common\\Token\\AbstractToken
65 return $this->endOfLife;
93 * @param int $endOfLife
95 public function setEndOfLife($endOfLife) argument
97 $this->endOfLife = $endOfLife;
106 $this->endOfLife = static::EOL_NEVER_EXPIRES;
108 $this->endOfLife = intval($lifetime) + time();
110 $this->endOfLife = static::EOL_UNKNOWN;
H A DTokenInterface.php41 * @param int $endOfLife
43 public function setEndOfLife($endOfLife); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Token/
H A DAbstractToken.php23 protected $endOfLife; variable in OAuth\\Common\\Token\\AbstractToken
65 return $this->endOfLife;
93 * @param int $endOfLife
95 public function setEndOfLife($endOfLife) argument
97 $this->endOfLife = $endOfLife;
106 $this->endOfLife = static::EOL_NEVER_EXPIRES;
108 $this->endOfLife = intval($lifetime) + time();
110 $this->endOfLife = static::EOL_UNKNOWN;
H A DTokenInterface.php41 * @param int $endOfLife
43 public function setEndOfLife($endOfLife); argument