Home
last modified time | relevance | path

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

/plugin/openid/Auth/OpenID/
H A DFileStore.php43 protected $nonce_dir = ''; variable in Auth_OpenID_FileStore
67 $this->nonce_dir = $directory . DIRECTORY_SEPARATOR . 'nonces';
98 return (Auth_OpenID::ensureDir($this->nonce_dir) &&
131 $nonces = Auth_OpenID_FileStore::_listdir($this->nonce_dir);
421 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $filename;
483 $nonces = Auth_OpenID_FileStore::_listdir($this->nonce_dir);
489 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $nonce;
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php60 $this->nonce_dir = $directory . DIRECTORY_SEPARATOR . 'nonces';
91 return (Auth_OpenID::ensureDir($this->nonce_dir) &&
123 $nonces = Auth_OpenID_FileStore::_listdir($this->nonce_dir);
387 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $filename;
447 $nonces = Auth_OpenID_FileStore::_listdir($this->nonce_dir);
453 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $nonce;