Home
last modified time | relevance | path

Searched refs:EOL_UNKNOWN (Results 1 – 6 of 6) sorted by path

/plugin/evesso/phpoauthlib/src/OAuth/Common/Token/
H A DAbstractToken.php110 $this->endOfLife = static::EOL_UNKNOWN;
H A DTokenInterface.php13 const EOL_UNKNOWN = -9001; define
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php147 && $token->getEndOfLife() !== TokenInterface::EOL_UNKNOWN
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Token/
H A DAbstractToken.php110 $this->endOfLife = static::EOL_UNKNOWN;
125 && $this->getEndOfLife() !== TokenInterface::EOL_UNKNOWN
H A DTokenInterface.php13 const EOL_UNKNOWN = -9001; define
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php144 && $token->getEndOfLife() !== TokenInterface::EOL_UNKNOWN