Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php644 $this->check_nonce($consumer, $token, $nonce, $timestamp);
682 private function check_nonce($consumer, $token, $nonce, $timestamp) { function in OAuthServer