Home
last modified time | relevance | path

Searched refs:TokenInterface (Results 1 – 25 of 70) sorted by relevance

123

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
DRequestContext.php15 use FreeDSx\Ldap\Server\Token\TokenInterface; alias
31 * @var TokenInterface
37 * @param TokenInterface $token
39 public function __construct(ControlBag $controls, TokenInterface $token)
54 * @return TokenInterface
56 public function token(): TokenInterface
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
DTokenStorageInterface.php5 use OAuth\Common\Token\TokenInterface; alias
16 * @return TokenInterface
24 * @param TokenInterface $token
28 public function storeAccessToken($service, TokenInterface $token);
DMemory.php5 use OAuth\Common\Token\TokenInterface; alias
15 * @var object|TokenInterface
45 public function storeAccessToken($service, TokenInterface $token)
58 return isset($this->tokens[$service]) && $this->tokens[$service] instanceof TokenInterface;
DRedis.php5 use OAuth\Common\Token\TokenInterface; alias
28 * @var object|TokenInterface
72 public function storeAccessToken($service, TokenInterface $token)
88 && $this->cachedTokens[$service] instanceof TokenInterface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
DTokenStorageInterface.php5 use OAuth\Common\Token\TokenInterface; alias
16 * @return TokenInterface
24 * @param TokenInterface $token
28 public function storeAccessToken($service, TokenInterface $token);
DMemory.php5 use OAuth\Common\Token\TokenInterface; alias
15 * @var object|TokenInterface
45 public function storeAccessToken($service, TokenInterface $token)
58 return isset($this->tokens[$service]) && $this->tokens[$service] instanceof TokenInterface;
DRedis.php5 use OAuth\Common\Token\TokenInterface; alias
28 * @var object|TokenInterface
72 public function storeAccessToken($service, TokenInterface $token)
88 && $this->cachedTokens[$service] instanceof TokenInterface
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
DArrayEntryToken.php21 class ArrayEntryToken implements TokenInterface
93 * @return TokenInterface
103 * @return TokenInterface
114 * @return TokenInterface
118 return $value instanceof TokenInterface ? $value : new ExactValueToken($value);
DArrayEveryEntryToken.php19 class ArrayEveryEntryToken implements TokenInterface
22 * @var TokenInterface
31 if (!$value instanceof TokenInterface) {
76 * @return TokenInterface
DLogicalNotToken.php19 class LogicalNotToken implements TokenInterface
29 $this->token = $value instanceof TokenInterface? $value : new ExactValueToken($value);
57 * @return TokenInterface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
DAbstractService.php11 use OAuth\OAuth1\Token\TokenInterface; alias
110 * @param TokenInterface $token
111 * @return TokenInterface $token
113 public function refreshAccessToken(TokenInterface $token)
197 * @param TokenInterface $token
205 TokenInterface $token,
302 * @return TokenInterface
315 * @return TokenInterface
DServiceInterface.php7 use OAuth\Common\Token\TokenInterface; alias
22 * @return TokenInterface $token
35 * @return TokenInterface $token
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
DServerAuthorization.php23 use FreeDSx\Ldap\Server\Token\TokenInterface; alias
43 * @var TokenInterface
47 public function __construct(TokenInterface $token = null, array $options = [])
117 public function setToken(TokenInterface $token): void
125 public function getToken(): TokenInterface
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
DAbstractService.php15 use OAuth\Common\Token\TokenInterface; alias
146 if ($token->getEndOfLife() !== TokenInterface::EOL_NEVER_EXPIRES
147 && $token->getEndOfLife() !== TokenInterface::EOL_UNKNOWN
190 * @param TokenInterface $token
192 * @return TokenInterface $token
196 public function refreshAccessToken(TokenInterface $token)
317 * @return TokenInterface
/plugin/evesso/classes/
DoAuthStorage.php7 use OAuth\Common\Token\TokenInterface; alias
57 * @return TokenInterface
72 * @param TokenInterface $token
76 public function storeAccessToken($service, TokenInterface $token) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Token/
DAbstractToken.php8 abstract class AbstractToken implements TokenInterface
124 return ($this->getEndOfLife() !== TokenInterface::EOL_NEVER_EXPIRES
125 && $this->getEndOfLife() !== TokenInterface::EOL_UNKNOWN
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
DAbstractService.php11 use OAuth\Common\Token\TokenInterface; alias
143 if ($token->getEndOfLife() !== TokenInterface::EOL_NEVER_EXPIRES
144 && $token->getEndOfLife() !== TokenInterface::EOL_UNKNOWN
191 * @return TokenInterface $token
193 public function refreshAccessToken(TokenInterface $token)
313 * @return TokenInterface
DServiceInterface.php6 use OAuth\Common\Token\TokenInterface; alias
30 * @return TokenInterface $token
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Token/
DTokenInterface.php5 use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
7 interface TokenInterface extends BaseTokenInterface interface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Token/
DTokenInterface.php5 use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
7 interface TokenInterface extends BaseTokenInterface interface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Token/
DTokenInterface.php5 use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
10 interface TokenInterface extends BaseTokenInterface interface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
DServerBindHandler.php23 use FreeDSx\Ldap\Server\Token\TokenInterface; alias
37 … $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
59 …unction simpleBind(RequestHandlerInterface $dispatcher, SimpleBindRequest $request): TokenInterface
DServerStartTlsHandler.php23 use FreeDSx\Ldap\Server\Token\TokenInterface; alias
48 * @param TokenInterface $token
55 …public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerIn…
DServerDispatchHandler.php22 use FreeDSx\Ldap\Server\Token\TokenInterface; alias
33 * @param TokenInterface $token
40 …public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerIn…
DBindHandlerInterface.php18 use FreeDSx\Ldap\Server\Token\TokenInterface; alias
32 …$message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface;

123