Home
last modified time | relevance | path

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

/plugin/openid/Auth/OpenID/
H A DSQLStore.php69 protected $max_nonce_age = 0; variable in Auth_OpenID_SQLStore
129 $this->max_nonce_age = 6 * 60 * 60;
H A DFileStore.php46 protected $max_nonce_age = 0; variable in Auth_OpenID_FileStore
76 $this->max_nonce_age = 6 * 60 * 60; // Six hours, in seconds
H A DMDB2Store.php101 $this->max_nonce_age = 6 * 60 * 60;
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php101 $this->max_nonce_age = 6 * 60 * 60;
H A DSQLStore.php116 $this->max_nonce_age = 6 * 60 * 60;
H A DFileStore.php69 $this->max_nonce_age = 6 * 60 * 60; // Six hours, in seconds