<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.oauthprovider.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'oauthprovider.calltokenhandler.php',
    1 => 'OAuthProvider::calltokenHandler',
    2 => 'Calls the tokenNonceHandler callback',
  ),
  'up' => 
  array (
    0 => 'class.oauthprovider.php',
    1 => 'OAuthProvider',
  ),
  'prev' => 
  array (
    0 => 'oauthprovider.calltimestampnoncehandler.php',
    1 => 'OAuthProvider::callTimestampNonceHandler',
  ),
  'next' => 
  array (
    0 => 'oauthprovider.checkoauthrequest.php',
    1 => 'OAuthProvider::checkOAuthRequest',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oauth/oauthprovider/calltokenhandler.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oauthprovider.calltokenhandler" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuthProvider::calltokenHandler</h1>
  <p class="verinfo">(PECL OAuth &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">OAuthProvider::calltokenHandler</span> &mdash; <span class="dc-title">Calls the tokenNonceHandler callback</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauthprovider.calltokenhandler-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuthProvider::calltokenHandler</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Calls the registered token handler callback function, which is set
   with <span class="methodname"><a href="oauthprovider.tokenhandler.php" class="methodname">OAuthProvider::tokenHandler()</a></span>.
  </p>

  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-oauthprovider.calltokenhandler-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauthprovider.calltokenhandler-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="simpara">
   No value is returned.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-oauthprovider.calltokenhandler-errors">
  <h3 class="title">Errors/Exceptions</h3>
  <p class="simpara">
   Emits an <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong> level
error if the callback function cannot be called, or was not specified.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oauthprovider.calltokenhandler-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauthprovider.tokenhandler.php" class="methodname" rel="rdfs-seeAlso">OAuthProvider::tokenHandler()</a> - Set the tokenHandler handler callback</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>