added some events to the API, like failure.
[apps/agl-service-data-persistence.git] / ll-auth-binding / htdocs / auth.html
index 6e0da89..ac48ff9 100644 (file)
             <li><button onclick="callbinder('ll-auth','getuser', {})">get user</button></li>
         </ol>
         <br>
+        <div>
+        </div>
+            <h2>User:</h2>
+            <ol>
+                <li>id: <span id="userid"></span></li>
+                <li>device: <span id="device"></span></li>
+            </ol>
+            <div id="message" style="color:red;"></div>
+        <br/>
         <div id="main" style="visibility:hidden">
+            <h2>Debug: </h2>
             <ol>
                 <li>Question <div id="question"></div></li>
                 <li>Response <div id="output"></div></li>
-                <li>Events: <div id="outevt"></div>
+                <li>Events: <div id="outevt"></div></li>
             </ol>
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>