Searched refs:stateKey (Results 1 – 3 of 3) sorted by relevance
/plugin/authgoogle/google/contrib/ |
H A D | Google_AppstateService.php | 39 $params = array('stateKey' => $stateKey); 58 $params = array('stateKey' => $stateKey); 71 $params = array('stateKey' => $stateKey); 160 public $stateKey; variable in Google_GetResponse 179 public function setStateKey( $stateKey) { argument 180 $this->stateKey = $stateKey; 183 return $this->stateKey; 234 public $stateKey; variable in Google_WriteResult 247 public function setStateKey( $stateKey) { argument 248 $this->stateKey = $stateKey; [all …]
|
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/ |
H A D | Redis.php | 20 protected $stateKey; variable in OAuth\\Common\\Storage\\Redis 40 * @param string $stateKey The key to store the state under in redis. 42 public function __construct(Predis $redis, $key, $stateKey) argument 46 $this->stateKey = $stateKey; 146 $val = $this->redis->hget($this->stateKey, $service); 157 $this->redis->hset($this->stateKey, $service, $state); 175 return $this->redis->hexists($this->stateKey, $service); 183 $this->redis->hdel($this->stateKey, $service); 199 $keys = $this->redis->hkeys($this->stateKey);
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/ |
H A D | Redis.php | 20 protected $stateKey; variable in OAuth\\Common\\Storage\\Redis 40 * @param string $stateKey The key to store the state under in redis. 42 public function __construct(Predis $redis, $key, $stateKey) argument 46 $this->stateKey = $stateKey; 146 $val = $this->redis->hget($this->stateKey, $service); 157 $this->redis->hset($this->stateKey, $service, $state); 175 return $this->redis->hexists($this->stateKey, $service); 183 $this->redis->hdel($this->stateKey, $service); 199 $keys = $this->redis->hkeys($this->stateKey); [all...] |