Go to the source code of this file.
Namespaces | |
| namespace | OpenID |
Enumerations | |
| enum | Auth_OpenID_Nonce_CHRS |
| enum | Auth_OpenID_Nonce_REGEX |
| enum | Auth_OpenID_Nonce_TIME_FMT |
Functions | |
| Auth_OpenID_splitNonce ($nonce_string) | |
| Auth_OpenID_checkTimestamp ($nonce_string, $allowed_skew=null, $now=null) | |
| Auth_OpenID_mkNonce ($when=null) | |
Variables | |
| global | $Auth_OpenID_SKEW |
| $Auth_OpenID_SKEW = 60 * 60 * 5 | |
| Auth_OpenID_checkTimestamp | ( | $ | nonce_string, | |
| $ | allowed_skew = null, |
|||
| $ | now = null | |||
| ) |
| Auth_OpenID_mkNonce | ( | $ | when = null |
) |
Definition at line 91 of file Nonce.php.
Referenced by Auth_OpenID_CheckIDRequest::answer(), and Auth_OpenID_GenericConsumer::begin().
| Auth_OpenID_splitNonce | ( | $ | nonce_string | ) |
Definition at line 30 of file Nonce.php.
Referenced by Auth_OpenID_GenericConsumer::_idResCheckNonce().
| global $Auth_OpenID_SKEW |
Definition at line 23 of file Nonce.php.
Referenced by Auth_OpenID_SQLStore::cleanupNonces(), Auth_OpenID_FileStore::cleanupNonces(), Auth_OpenID_SQLStore::useNonce(), Auth_OpenID_MemcachedStore::useNonce(), and Auth_OpenID_FileStore::useNonce().
1.4.7