Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<!DOCTYPE html> <html><head> <title>eric7.WebBrowser.WebAuth.Fido2InfoDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.WebAuth.Fido2InfoDialog</h1> <p> Module implementing a dialog showing information about the selected security key. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#Fido2InfoDialog">Fido2InfoDialog</a></td> <td>Class implementing a dialog showing information about the selected security key.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="Fido2InfoDialog" ID="Fido2InfoDialog"></a> <h2>Fido2InfoDialog</h2> <p> Class implementing a dialog showing information about the selected security key. </p> <h3>Derived from</h3> QDialog, Ui_Fido2InfoDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#Fido2InfoDialog.__init__">Fido2InfoDialog</a></td> <td>Constructor</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="Fido2InfoDialog.__init__" ID="Fido2InfoDialog.__init__"></a> <h4>Fido2InfoDialog (Constructor)</h4> <b>Fido2InfoDialog</b>(<i>header, manager, parent=None</i>) <p> Constructor </p> <dl> <dt><i>header</i> (str)</dt> <dd> header string </dd> <dt><i>manager</i> (Fido2Management)</dt> <dd> reference to the FIDO2 manager object </dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> reference to the parent widget (defaults to None) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>