Home
last modified time | relevance | path

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

/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php61 * @param nonces_table: This is an optional parameter to specify
67 $nonces_table = null) argument
97 if ($nonces_table) {
98 $this->nonces_table_name = $nonces_table;
H A DSQLStore.php74 * @param nonces_table: This is an optional parameter to specify
80 $nonces_table = null) argument
112 if ($nonces_table) {
113 $this->nonces_table_name = $nonces_table;
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php61 * @param nonces_table: This is an optional parameter to specify
67 $nonces_table = null) argument
97 if ($nonces_table) {
98 $this->nonces_table_name = $nonces_table;
H A DSQLStore.php89 * @param nonces_table: This is an optional parameter to specify
93 function __construct($connection, $associations_table = null, $nonces_table = null) argument
125 if ($nonces_table) {
126 $this->nonces_table_name = $nonces_table;