Home
last modified time | relevance | path

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

/plugin/sfauth/
H A Dhelper.php17 protected $authdata = null; variable in helper_plugin_sfauth
241 $this->authdata = $resp;
250 if(!isset($this->authdata['refresh_token'])) {
268 $this->authdata = $resp;
283 $this->authdata = array(
352 $authdata = getCacheName($user,'.sfauth');
360 if(file_exists($authdata)) {
361 $this->authdata = unserialize(io_readFile($authdata, false));
380 $this->authdata['dokuwiki-instance'] = $this->instance;
383 $authdata = getCacheName($this->user,'.sfauth');
[all …]