Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > contrib-updates > by-pkgid > a65e18d6cd6ada0b594b5264b3e30c20 > files > 29

qoauth-devel-1.0.1-2.1mdv2010.1.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>QOAuth: QOAuth Namespace Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="namespaces.html"><span>Namespace&nbsp;List</span></a></li>
      <li><a href="namespacemembers.html"><span>Namespace&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>QOAuth Namespace Reference</h1>
<p>This namespace encapsulates all classes and definitions provided by libqoauth.  
</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_q_o_auth_1_1_interface.html">Interface</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class provides means for interaction with network services supporting OAuth authorization scheme.  <a href="class_q_o_auth_1_1_interface.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4a001535b7fdb06cc9d34cad1af27d2f"></a><!-- doxytag: member="QOAuth::ParamMap" ref="a4a001535b7fdb06cc9d34cad1af27d2f" args="" -->
typedef QMultiMap&lt; QByteArray, <br class="typebreak"/>
QByteArray &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_q_o_auth.html#a4a001535b7fdb06cc9d34cad1af27d2f">ParamMap</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A typedef for the data structure for storing request parameters. <br/></td></tr>
<tr><td colspan="2"><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_q_o_auth.html#a4cc48c641aa9025d289d7d7e013f766f">SignatureMethod</a> { <a class="el" href="namespace_q_o_auth.html#a4cc48c641aa9025d289d7d7e013f766fa74bc0d418aa61ebf3efc38282d6d22b0">HMAC_SHA1</a>, 
<a class="el" href="namespace_q_o_auth.html#a4cc48c641aa9025d289d7d7e013f766fad9558ec24221a8aaba51ac44d48c90f2">RSA_SHA1</a>, 
<a class="el" href="namespace_q_o_auth.html#a4cc48c641aa9025d289d7d7e013f766fad62af8a1d2ad0aa70d266917067e0cbd">PLAINTEXT</a>
 }</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This enum type describes the signature method used by the request. </p>
 <a href="namespace_q_o_auth.html#a4cc48c641aa9025d289d7d7e013f766f">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319">HttpMethod</a> { <br/>
&nbsp;&nbsp;<a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319a7c85f104ca7dd13458329f66207f6be4">GET</a>, 
<a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319af8cfac32beb6ddefef094014cfa8d60b">POST</a>, 
<a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319a3e8ed32617cd0fbd51f10dd5f686ef57">HEAD</a>, 
<a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319ac5c2b091a476fe2705ddf28dc32b13f7">PUT</a>, 
<br/>
&nbsp;&nbsp;<a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319a093fd98d3154ee52c88f466f92035b3c">DELETE</a>
<br/>
 }</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This enum type specifies the HTTP method used for creating a <a href="http://oauth.net/core/1.0/#anchor14">Signature Base String</a> and/or sending a request. </p>
 <a href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_q_o_auth.html#a442456118c9a45ac446554f17620def4">ParsingMode</a> { <a class="el" href="namespace_q_o_auth.html#a442456118c9a45ac446554f17620def4ad28f70298ea8c4c1bec8c9c27b0aeaf5">ParseForRequestContent</a>, 
<a class="el" href="namespace_q_o_auth.html#a442456118c9a45ac446554f17620def4ad5e9093e69391cce3735734f909cf759">ParseForInlineQuery</a>, 
<a class="el" href="namespace_q_o_auth.html#a442456118c9a45ac446554f17620def4a6c2747775846e2d5e7c96f7db6314d28">ParseForHeaderArguments</a>, 
<a class="el" href="namespace_q_o_auth.html#a442456118c9a45ac446554f17620def4ad12a3ed424be9e87704f138dc28804cf">ParseForSignatureBaseString</a>
 }</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This enum type specifies the method of parsing parameters into a parameter string. </p>
 <a href="namespace_q_o_auth.html#a442456118c9a45ac446554f17620def4">More...</a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137">ErrorCode</a> { <br/>
&nbsp;&nbsp;<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137acd78d96aa204e78fe3a3b3d9197b00e9">NoError</a> =  200, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137a03853d821a7cb2f8df693c031333d80a">BadRequest</a> =  400, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137a03d29f6b9d0f2675d4ceea297f1df9fe">Unauthorized</a> =  401, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137afeedd3cb28fe0fef4831bc02fc9c9a4f">Forbidden</a> =  403, 
<br/>
&nbsp;&nbsp;<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137a6ad252dcc734f5df5177cbadb7aa347b">Timeout</a> =  1001, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137a68d83fbe8a9177a62055a0436acba730">ConsumerKeyEmpty</a>, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137ae2dd54170fbec86792f903d3783b56d2">ConsumerSecretEmpty</a>, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137a834b1b12690f8cd7f97b8c4c576b4247">UnsupportedHttpMethod</a>, 
<br/>
&nbsp;&nbsp;<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137a0fe52c1f836a69c7c9e0f0988f5a6d35">RSAPrivateKeyEmpty</a> =  1101, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137a7a547bd32c7474766969573dad8e5694">RSADecodingError</a>, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137a8099e324c0dcef5b2267427edc833bdb">RSAKeyFileError</a>, 
<a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137ab7f420565c23868e81b73a4efd62f256">OtherError</a>
<br/>
 }</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This enum type defines error types that are assigned to the <a class="el" href="class_q_o_auth_1_1_interface.html#a99c6f33258eccdb3d6ea28e4944f94e9">QOAuth::Interface::error</a> property. </p>
 <a href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa83657be57a2092cbf6a51a49b44e7c1"></a><!-- doxytag: member="QOAuth::supportedOAuthVersion" ref="aa83657be57a2092cbf6a51a49b44e7c1" args="()" -->
QOAUTH_EXPORT QByteArray&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_q_o_auth.html#aa83657be57a2092cbf6a51a49b44e7c1">supportedOAuthVersion</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the supported OAuth protocol version. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QOAUTH_EXPORT QByteArray&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_q_o_auth.html#a84c62aa0297aa05562462798f3d7e910">tokenParameterName</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the name of the Access Token argument parameter (<code>oauth_token</code> in current implementation).  <a href="#a84c62aa0297aa05562462798f3d7e910"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QOAUTH_EXPORT QByteArray&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_q_o_auth.html#ae1a36aa1528f69b04e74d5d3e6364393">tokenSecretParameterName</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the name of the Token Secret argument parameter (<code>oauth_token_secret</code> in current implementation).  <a href="#ae1a36aa1528f69b04e74d5d3e6364393"></a><br/></td></tr>
</table>
<hr/><h2>Enumeration Type Documentation</h2>
<a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137"></a><!-- doxytag: member="QOAuth::ErrorCode" ref="a38fb8bcd101c339c7fd77b5de22df137" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137">QOAuth::ErrorCode</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This error codes collection contains both network-related errors and those that can occur when incorrect arguments are provided to any of the class's methods.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_q_o_auth_1_1_interface.html#a99c6f33258eccdb3d6ea28e4944f94e9" title="This property holds the error code.">QOAuth::Interface::error</a> </dd></dl>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137acd78d96aa204e78fe3a3b3d9197b00e9"></a><!-- doxytag: member="NoError" ref="a38fb8bcd101c339c7fd77b5de22df137acd78d96aa204e78fe3a3b3d9197b00e9" args="" -->NoError</em>&nbsp;</td><td>
<p>No error occured (so far :-) ). </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137a03853d821a7cb2f8df693c031333d80a"></a><!-- doxytag: member="BadRequest" ref="a38fb8bcd101c339c7fd77b5de22df137a03853d821a7cb2f8df693c031333d80a" args="" -->BadRequest</em>&nbsp;</td><td>
<p>Represents HTTP status code <code>400</code> (Bad Request). </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137a03d29f6b9d0f2675d4ceea297f1df9fe"></a><!-- doxytag: member="Unauthorized" ref="a38fb8bcd101c339c7fd77b5de22df137a03d29f6b9d0f2675d4ceea297f1df9fe" args="" -->Unauthorized</em>&nbsp;</td><td>
<p>Represents HTTP status code <code>401</code> (Unauthorized). </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137afeedd3cb28fe0fef4831bc02fc9c9a4f"></a><!-- doxytag: member="Forbidden" ref="a38fb8bcd101c339c7fd77b5de22df137afeedd3cb28fe0fef4831bc02fc9c9a4f" args="" -->Forbidden</em>&nbsp;</td><td>
<p>Represents HTTP status code <code>403</code> (Forbidden). </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137a6ad252dcc734f5df5177cbadb7aa347b"></a><!-- doxytag: member="Timeout" ref="a38fb8bcd101c339c7fd77b5de22df137a6ad252dcc734f5df5177cbadb7aa347b" args="" -->Timeout</em>&nbsp;</td><td>
<p>Represents a request timeout error. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137a68d83fbe8a9177a62055a0436acba730"></a><!-- doxytag: member="ConsumerKeyEmpty" ref="a38fb8bcd101c339c7fd77b5de22df137a68d83fbe8a9177a62055a0436acba730" args="" -->ConsumerKeyEmpty</em>&nbsp;</td><td>
<p>Consumer key has not been provided. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137ae2dd54170fbec86792f903d3783b56d2"></a><!-- doxytag: member="ConsumerSecretEmpty" ref="a38fb8bcd101c339c7fd77b5de22df137ae2dd54170fbec86792f903d3783b56d2" args="" -->ConsumerSecretEmpty</em>&nbsp;</td><td>
<p>Consumer secret has not been provided. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137a834b1b12690f8cd7f97b8c4c576b4247"></a><!-- doxytag: member="UnsupportedHttpMethod" ref="a38fb8bcd101c339c7fd77b5de22df137a834b1b12690f8cd7f97b8c4c576b4247" args="" -->UnsupportedHttpMethod</em>&nbsp;</td><td>
<p>The HTTP method is not supported by the request. </p>
<dl class="note"><dt><b>Note:</b></dt><dd><a class="el" href="class_q_o_auth_1_1_interface.html#a6b7efa2ba4271451faf108ad4f3b6c48">QOAuth::Interface::requestToken()</a> and <a class="el" href="class_q_o_auth_1_1_interface.html#a5ed464673068dcef2fdf5182f9f7c966">QOAuth::Interface::accessToken()</a> accept only HTTP GET and POST requests. </dd></dl>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137a0fe52c1f836a69c7c9e0f0988f5a6d35"></a><!-- doxytag: member="RSAPrivateKeyEmpty" ref="a38fb8bcd101c339c7fd77b5de22df137a0fe52c1f836a69c7c9e0f0988f5a6d35" args="" -->RSAPrivateKeyEmpty</em>&nbsp;</td><td>
<p>RSA private key has not been provided. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137a7a547bd32c7474766969573dad8e5694"></a><!-- doxytag: member="RSADecodingError" ref="a38fb8bcd101c339c7fd77b5de22df137a7a547bd32c7474766969573dad8e5694" args="" -->RSADecodingError</em>&nbsp;</td><td>
<p>There was a problem decoding the RSA private key (the key is invalid or the provided passphrase is incorrect) </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137a8099e324c0dcef5b2267427edc833bdb"></a><!-- doxytag: member="RSAKeyFileError" ref="a38fb8bcd101c339c7fd77b5de22df137a8099e324c0dcef5b2267427edc833bdb" args="" -->RSAKeyFileError</em>&nbsp;</td><td>
<p>The provided key file either doesn't exist or is unreadable. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a38fb8bcd101c339c7fd77b5de22df137ab7f420565c23868e81b73a4efd62f256"></a><!-- doxytag: member="OtherError" ref="a38fb8bcd101c339c7fd77b5de22df137ab7f420565c23868e81b73a4efd62f256" args="" -->OtherError</em>&nbsp;</td><td>
<p>A network-related error not specified above. </p>
</td></tr>
</table>
</dd>
</dl>

</div>
</div>
<a class="anchor" id="aa0e0bd4d8c1802873d3b3d2deb099319"></a><!-- doxytag: member="QOAuth::HttpMethod" ref="aa0e0bd4d8c1802873d3b3d2deb099319" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319">QOAuth::HttpMethod</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The HTTP method has to be specified in <a class="el" href="namespace_q_o_auth.html" title="This namespace encapsulates all classes and definitions provided by libqoauth.">QOAuth</a> class for two reasons: </p>
<ul>
<li>to know what type of request should be prepared and sent (<a class="el" href="class_q_o_auth_1_1_interface.html#a6b7efa2ba4271451faf108ad4f3b6c48">QOAuth::Interface::requestToken()</a> and <a class="el" href="class_q_o_auth_1_1_interface.html#a5ed464673068dcef2fdf5182f9f7c966">QOAuth::Interface::accessToken()</a>), </li>
<li>to prepare a correct signature, as the Signature Base String contains a parameter specifying the HTTP method used for request (<a class="el" href="class_q_o_auth_1_1_interface.html#a8800fd422be18c977a04db9679066938">QOAuth::Interface::createParametersString()</a>).</li>
</ul>
<dl class="note"><dt><b>Note:</b></dt><dd>For <a class="el" href="class_q_o_auth_1_1_interface.html#a6b7efa2ba4271451faf108ad4f3b6c48">QOAuth::Interface::requestToken()</a> and <a class="el" href="class_q_o_auth_1_1_interface.html#a5ed464673068dcef2fdf5182f9f7c966">QOAuth::Interface::accessToken()</a> methods only <a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319a7c85f104ca7dd13458329f66207f6be4">GET</a> and <a class="el" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319af8cfac32beb6ddefef094014cfa8d60b">POST</a> methods are allowed. </dd></dl>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="aa0e0bd4d8c1802873d3b3d2deb099319a7c85f104ca7dd13458329f66207f6be4"></a><!-- doxytag: member="GET" ref="aa0e0bd4d8c1802873d3b3d2deb099319a7c85f104ca7dd13458329f66207f6be4" args="" -->GET</em>&nbsp;</td><td>
<p>Sets the HTTP method to GET. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="aa0e0bd4d8c1802873d3b3d2deb099319af8cfac32beb6ddefef094014cfa8d60b"></a><!-- doxytag: member="POST" ref="aa0e0bd4d8c1802873d3b3d2deb099319af8cfac32beb6ddefef094014cfa8d60b" args="" -->POST</em>&nbsp;</td><td>
<p>Sets the HTTP method to POST. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="aa0e0bd4d8c1802873d3b3d2deb099319a3e8ed32617cd0fbd51f10dd5f686ef57"></a><!-- doxytag: member="HEAD" ref="aa0e0bd4d8c1802873d3b3d2deb099319a3e8ed32617cd0fbd51f10dd5f686ef57" args="" -->HEAD</em>&nbsp;</td><td>
<p>Sets the HTTP method to HEAD. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="aa0e0bd4d8c1802873d3b3d2deb099319ac5c2b091a476fe2705ddf28dc32b13f7"></a><!-- doxytag: member="PUT" ref="aa0e0bd4d8c1802873d3b3d2deb099319ac5c2b091a476fe2705ddf28dc32b13f7" args="" -->PUT</em>&nbsp;</td><td>
<p>Sets the HTTP method to PUT. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="aa0e0bd4d8c1802873d3b3d2deb099319a093fd98d3154ee52c88f466f92035b3c"></a><!-- doxytag: member="DELETE" ref="aa0e0bd4d8c1802873d3b3d2deb099319a093fd98d3154ee52c88f466f92035b3c" args="" -->DELETE</em>&nbsp;</td><td>
<p>Sets the HTTP method to DELETE. </p>
</td></tr>
</table>
</dd>
</dl>

</div>
</div>
<a class="anchor" id="a442456118c9a45ac446554f17620def4"></a><!-- doxytag: member="QOAuth::ParsingMode" ref="a442456118c9a45ac446554f17620def4" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="namespace_q_o_auth.html#a442456118c9a45ac446554f17620def4">QOAuth::ParsingMode</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>When creating a parameters string for a custom request using <a class="el" href="class_q_o_auth_1_1_interface.html#a8800fd422be18c977a04db9679066938">QOAuth::Interface::createParametersString()</a> the parsing mode must be defined in order to prepare the string correctly.</p>
<p>According to what is stated in <a href="http://oauth.net/core/1.0/#consumer_req_param">OAuth 1.0 Core specification</a>, parameters can be passed in a request to the Service Provider in 3 different ways. When using <a class="el" href="class_q_o_auth_1_1_interface.html#a8800fd422be18c977a04db9679066938">QOAuth::Interface::createParametersString()</a>, choose the one that suits you by setting <em>ParsingMode</em> appropriatelly.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_q_o_auth_1_1_interface.html#a8800fd422be18c977a04db9679066938">QOAuth::Interface::createParametersString()</a> </dd></dl>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="a442456118c9a45ac446554f17620def4ad28f70298ea8c4c1bec8c9c27b0aeaf5"></a><!-- doxytag: member="ParseForRequestContent" ref="a442456118c9a45ac446554f17620def4ad28f70298ea8c4c1bec8c9c27b0aeaf5" args="" -->ParseForRequestContent</em>&nbsp;</td><td>
<p>Inline query format (<code>foo=bar&amp;bar=baz&amp;baz=foo ...</code>), suitable for POST requests. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a442456118c9a45ac446554f17620def4ad5e9093e69391cce3735734f909cf759"></a><!-- doxytag: member="ParseForInlineQuery" ref="a442456118c9a45ac446554f17620def4ad5e9093e69391cce3735734f909cf759" args="" -->ParseForInlineQuery</em>&nbsp;</td><td>
<p>Same as ParseForRequestContent, but prepends the string with a question mark - suitable for GET requests (appending parameters to the request URL) </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a442456118c9a45ac446554f17620def4a6c2747775846e2d5e7c96f7db6314d28"></a><!-- doxytag: member="ParseForHeaderArguments" ref="a442456118c9a45ac446554f17620def4a6c2747775846e2d5e7c96f7db6314d28" args="" -->ParseForHeaderArguments</em>&nbsp;</td><td>
<p>HTTP request header format (parameters to be put inside a request header). </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a442456118c9a45ac446554f17620def4ad12a3ed424be9e87704f138dc28804cf"></a><!-- doxytag: member="ParseForSignatureBaseString" ref="a442456118c9a45ac446554f17620def4ad12a3ed424be9e87704f138dc28804cf" args="" -->ParseForSignatureBaseString</em>&nbsp;</td><td>
<p><a href="http://oauth.net/core/1.0/#anchor14">Signature Base String</a> format, meant for internal use. </p>
</td></tr>
</table>
</dd>
</dl>

</div>
</div>
<a class="anchor" id="a4cc48c641aa9025d289d7d7e013f766f"></a><!-- doxytag: member="QOAuth::SignatureMethod" ref="a4cc48c641aa9025d289d7d7e013f766f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="namespace_q_o_auth.html#a4cc48c641aa9025d289d7d7e013f766f">QOAuth::SignatureMethod</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>There are 3 different signature methods defined by the <a href="http://oauth.net/core/1.0/#signing_process">OAuth protocol</a>. This enum is used to specify the method used by a specific request. Hence, one of its values must be passed as a parameter in any of the <a class="el" href="class_q_o_auth_1_1_interface.html#a6b7efa2ba4271451faf108ad4f3b6c48">QOAuth::Interface::requestToken()</a>, <a class="el" href="class_q_o_auth_1_1_interface.html#a5ed464673068dcef2fdf5182f9f7c966">QOAuth::Interface::accessToken()</a> or <a class="el" href="class_q_o_auth_1_1_interface.html#a8800fd422be18c977a04db9679066938">QOAuth::Interface::createParametersString()</a> method. </p>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="a4cc48c641aa9025d289d7d7e013f766fa74bc0d418aa61ebf3efc38282d6d22b0"></a><!-- doxytag: member="HMAC_SHA1" ref="a4cc48c641aa9025d289d7d7e013f766fa74bc0d418aa61ebf3efc38282d6d22b0" args="" -->HMAC_SHA1</em>&nbsp;</td><td>
<p>Sets the signature method to HMAC-SHA1. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a4cc48c641aa9025d289d7d7e013f766fad9558ec24221a8aaba51ac44d48c90f2"></a><!-- doxytag: member="RSA_SHA1" ref="a4cc48c641aa9025d289d7d7e013f766fad9558ec24221a8aaba51ac44d48c90f2" args="" -->RSA_SHA1</em>&nbsp;</td><td>
<p>Sets the signature method to RSA-SHA1 (not implemented yet). </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="a4cc48c641aa9025d289d7d7e013f766fad62af8a1d2ad0aa70d266917067e0cbd"></a><!-- doxytag: member="PLAINTEXT" ref="a4cc48c641aa9025d289d7d7e013f766fad62af8a1d2ad0aa70d266917067e0cbd" args="" -->PLAINTEXT</em>&nbsp;</td><td>
<p>Sets the signature method to PLAINTEXT (not implemented yet). </p>
</td></tr>
</table>
</dd>
</dl>

</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="a84c62aa0297aa05562462798f3d7e910"></a><!-- doxytag: member="QOAuth::tokenParameterName" ref="a84c62aa0297aa05562462798f3d7e910" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QByteArray QOAuth::tokenParameterName </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Useful when reading Service Provider's reply for <a class="el" href="class_q_o_auth_1_1_interface.html#a5ed464673068dcef2fdf5182f9f7c966">QOAuth::Interface::accessToken()</a> request, e.g: </p>
<div class="fragment"><pre class="fragment">        <a class="code" href="class_q_o_auth_1_1_interface.html" title="This class provides means for interaction with network services supporting OAuth...">QOAuth::Interface</a> qoauth;
        QByteArray requestToken = <span class="stringliteral">&quot;token&quot;</span>;
        QByteArray requestTokenSecret = <span class="stringliteral">&quot;secret&quot;</span>;
        <a class="code" href="namespace_q_o_auth.html#a4a001535b7fdb06cc9d34cad1af27d2f" title="A typedef for the data structure for storing request parameters.">QOAuth::ParamMap</a> reply = qoauth.<a class="code" href="class_q_o_auth_1_1_interface.html#a5ed464673068dcef2fdf5182f9f7c966">accessToken</a>( <span class="stringliteral">&quot;http://example.com/access_token&quot;</span>, <a class="code" href="namespace_q_o_auth.html#aa0e0bd4d8c1802873d3b3d2deb099319af8cfac32beb6ddefef094014cfa8d60b" title="Sets the HTTP method to POST.">QOAuth::POST</a>,
                            token, tokenSecret, <a class="code" href="namespace_q_o_auth.html#a4cc48c641aa9025d289d7d7e013f766fa74bc0d418aa61ebf3efc38282d6d22b0" title="Sets the signature method to HMAC-SHA1.">QOAuth::HMAC_SHA1</a> );

        <span class="keywordflow">if</span> ( qoauth.<a class="code" href="class_q_o_auth_1_1_interface.html#a99c6f33258eccdb3d6ea28e4944f94e9" title="This property holds the error code.">error</a>() == <a class="code" href="namespace_q_o_auth.html#a38fb8bcd101c339c7fd77b5de22df137acd78d96aa204e78fe3a3b3d9197b00e9" title="No error occured (so far :-) ).">QOAuth::NoError</a> ) {
            token = reply.value( <a class="code" href="namespace_q_o_auth.html#a84c62aa0297aa05562462798f3d7e910" title="Returns the name of the Access Token argument parameter (oauth_token in current implementation)...">QOAuth::tokenParameterName</a>() );
            tokenSecret = reply.value( <a class="code" href="namespace_q_o_auth.html#ae1a36aa1528f69b04e74d5d3e6364393" title="Returns the name of the Token Secret argument parameter (oauth_token_secret in current...">QOAuth::tokenSecretParameterName</a>() );
        }
</pre></div> 
</div>
</div>
<a class="anchor" id="ae1a36aa1528f69b04e74d5d3e6364393"></a><!-- doxytag: member="QOAuth::tokenSecretParameterName" ref="ae1a36aa1528f69b04e74d5d3e6364393" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QByteArray QOAuth::tokenSecretParameterName </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="namespace_q_o_auth.html#a84c62aa0297aa05562462798f3d7e910" title="Returns the name of the Access Token argument parameter (oauth_token in current implementation)...">QOAuth::tokenParameterName()</a> </dd></dl>

</div>
</div>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Thu Sep 2 20:58:20 2010 for QOAuth by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>