Home
last modified time | relevance | path

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

/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php35 protected $cachedStates; variable in OAuth\\Common\\Storage\\Redis
48 $this->cachedStates = array();
142 if (isset($this->cachedStates[$service])) {
143 return $this->cachedStates[$service];
148 return $this->cachedStates[$service] = unserialize($val);
158 $this->cachedStates[$service] = $state;
169 if (isset($this->cachedStates[$service])
170 && null !== $this->cachedStates[$service]
184 unset($this->cachedStates[$service]);
196 $this->cachedStates = array();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php35 protected $cachedStates; variable in OAuth\\Common\\Storage\\Redis
48 $this->cachedStates = array();
142 if (isset($this->cachedStates[$service])) {
143 return $this->cachedStates[$service];
148 return $this->cachedStates[$service] = $val;
158 $this->cachedStates[$service] = $state;
169 if (isset($this->cachedStates[$service])
170 && null !== $this->cachedStates[$service]
184 unset($this->cachedStates[$service]);
196 $this->cachedStates
[all...]