<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'oauthprovider.checkoauthrequest.php',
    1 => 'OAuthProvider::checkOAuthRequest',
    2 => 'V&eacute;rifie une requ&ecirc;te OAuth',
  ),
  'up' => 
  array (
    0 => 'class.oauthprovider.php',
    1 => 'OAuthProvider',
  ),
  'prev' => 
  array (
    0 => 'oauthprovider.calltokenhandler.php',
    1 => 'OAuthProvider::calltokenHandler',
  ),
  'next' => 
  array (
    0 => 'oauthprovider.construct.php',
    1 => 'OAuthProvider::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/oauth/oauthprovider/checkoauthrequest.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oauthprovider.checkoauthrequest" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuthProvider::checkOAuthRequest</h1>
  <p class="verinfo">(PECL OAuth &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">OAuthProvider::checkOAuthRequest</span> &mdash; <span class="dc-title">Vérifie une requête OAuth</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauthprovider.checkoauthrequest-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuthProvider::checkOAuthRequest</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$uri</code><span class="initializer"> = ?</span></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$method</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Vérifie une requête OAuth.
  </p>

  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-oauthprovider.checkoauthrequest-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">uri</code></dt>
    <dd>
     <span class="simpara">
      L&#039;<abbr title="Uniform Resource Identifier">URI</abbr>, optionnel, ou un point final.
     </span>
    </dd>
   
   
    <dt><code class="parameter">method</code></dt>
    <dd>
     <span class="simpara">
      La méthode <abbr title="Hypertext Transfer Protocol">HTTP</abbr>. Optionnel ; il est possible d&#039;y passer une constante parmi les
      <a href="oauth.constants.php" class="link">constantes OAuth</a> <strong><code><a href="oauth.constants.php#constant.oauth-http-method-get">OAUTH_HTTP_METHOD_<span class="replaceable">*</span></a></code></strong> .
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauthprovider.checkoauthrequest-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Aucune valeur n&#039;est retournée.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-oauthprovider.checkoauthrequest-errors">
  <h3 class="title">Erreurs / Exceptions</h3>
  <p class="simpara">
   Émet une erreur de niveau <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong> si la méthode
   HTTP ne peut être détectée.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oauthprovider.checkoauthrequest-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauthprovider.reportproblem.php" class="methodname" rel="rdfs-seeAlso">OAuthProvider::reportProblem()</a> - Rapporte un probl&egrave;me</span></li>
  </ul>
 </div>


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