<p class="toc-title">Content</p>
<ul class="toc">
<li><a href="#fido_uaf_components">FIDO UAF Components</a></li>
+ <li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#find_auth">Finding the FIDO Authenticator</a></li>
<li><a href="#check_uaf_msg_supported">Checking the UAF Message Support</a></li>
<li><a href="#protocol_conversation">Managing the Protocol Conversation</a></li>
<p>Set the server result and indicate the status code resulting from a FIDO UAF message delivered to the remote server.</p></li>
</ul>
+<h2 id="prerequisites">Prerequisites</h2>
+<p>To use the FIDO Client API (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__FIDO__MODULE.html">mobile</a> and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__FIDO__MODULE.html">wearable</a> applications), the application has to request permission by adding the following privilege to the <span style="font-family: Courier New,Courier,monospace;">tizen-manifest.xml</span> file:</p>
+<pre class="prettyprint">
+<privileges>
+ <privilege>http://tizen.org/privilege/fido.client</privilege>
+</privileges>
+</pre>
<h2 id="find_auth" name="find_auth">Finding the FIDO Authenticator</h2>