<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'oauthprovider.calltokenhandler.php',
    1 => 'OAuthProvider::calltokenHandler',
    2 => '调用 tokenNonceHandler 回调函数',
  ),
  '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' => 'zh',
    '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">调用 tokenNonceHandler 回调函数</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauthprovider.calltokenhandler-description">
  <h3 class="title">说明</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">
   调用注册的令牌句柄回调函数，此回调函数通过 <span class="methodname"><a href="oauthprovider.tokenhandler.php" class="methodname">OAuthProvider::tokenHandler()</a></span> 设置。
  </p>

  <div class="warning"><strong class="warning">警告</strong><p class="simpara">本函数还未编写文档，仅有参数列表。</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-oauthprovider.calltokenhandler-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauthprovider.calltokenhandler-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="simpara">
   没有返回值。
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-oauthprovider.calltokenhandler-errors">
  <h3 class="title">错误／异常</h3>
  <p class="simpara">
   如回调函数无法被调用或未被指定，会引发一个
<strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong> 级别的错误。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oauthprovider.calltokenhandler-seealso">
  <h3 class="title">参见</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauthprovider.tokenhandler.php" class="methodname" rel="rdfs-seeAlso">OAuthProvider::tokenHandler()</a> - 设置 tokenHandler 句柄回调函数</span></li>
  </ul>
 </div>


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