Home
last modified time | relevance | path

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

/dports/security/p5-Net-OpenID-JanRain/Net-OpenID-JanRain-1.1.1/lib/Net/OpenID/JanRain/Stores/
H A DFileStore.pm92 max_nonce_age => $maxnonceage,
309 return (($mtime - time) < $self->{max_nonce_age});
322 if (($now - $stats[10]) > $self->{max_nonce_age} ) {
H A DMySQLStore.pm103 max_nonce_age => 6 * 60 * 60, # six hours in seconds
H A DSQLiteStore.pm109 max_nonce_age => 6 * 60 * 60, # six hours in seconds
H A DPostgreSQLStore.pm112 max_nonce_age => 6 * 60 * 60, # six hours in seconds
H A DSQLStore.pm230 $present = ($nonce_age < $self->{max_nonce_age});
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-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;
/dports/security/py-social-auth-core/social-auth-core-4.0.2/social_core/
H A Dstore.py21 self.max_nonce_age = 6 * 60 * 60 # Six hours
/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/socialaccount/providers/openid/
H A Dutils.py70 max_nonce_age = 6 * 60 * 60 variable in DBOpenIDStore
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openid/php-openid/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
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/store/
H A Dsqlstore.py104 self.max_nonce_age = 6 * 60 * 60 # Six hours, in seconds
H A Dfilestore.py120 self.max_nonce_age = 6 * 60 * 60 # Six hours, in seconds
/dports/security/py-python-openid/python-openid-2.2.5/openid/store/
H A Dsqlstore.py101 self.max_nonce_age = 6 * 60 * 60 # Six hours, in seconds
H A Dfilestore.py148 self.max_nonce_age = 6 * 60 * 60 # Six hours, in seconds