src/eric7/Documentation/Source/eric7.eric7_fido2.html

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10860
46d5db6cd55d
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

10860
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 <!DOCTYPE html>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 <html><head>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 <title>eric7.eric7_fido2</title>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 <meta charset="UTF-8">
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 <link rel="stylesheet" href="styles.css">
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 </head>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 <body>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 <a NAME="top" ID="top"></a>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 <h1>eric7.eric7_fido2</h1>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10 <p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 eric FIDO2 Token Management.
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 </p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 <p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 This is the main Python script that performs the necessary initialization
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 of the FIDO2 Security Key Management module and starts the Qt event loop.
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 This is a standalone version of the integrated FIDO2 Security Key Management
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 module.
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 </p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 <h3>Global Attributes</h3>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 <table>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 <tr><td>args</td></tr>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 </table>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 <h3>Classes</h3>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 <table>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 <tr><td>None</td></tr>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 </table>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 <h3>Functions</h3>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 <table>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32 <tr>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 <td><a href="#createArgparseNamespace">createArgparseNamespace</a></td>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 <td>Function to create an argument parser.</td>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 </tr>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 <tr>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37 <td><a href="#createMainWidget">createMainWidget</a></td>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38 <td>Function to create the main widget.</td>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
39 </tr>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 <tr>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
41 <td><a href="#main">main</a></td>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
42 <td>Main entry point into the application.</td>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
43 </tr>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
44 </table>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
45
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
46 <hr />
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
47 <hr />
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
48 <a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 <h2>createArgparseNamespace</h2>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 <b>createArgparseNamespace</b>(<i></i>)
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 <p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
52 Function to create an argument parser.
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 </p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 <dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 <dt>Return:</dt>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 <dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 created argument parser object
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 </dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 </dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
61 <dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
62 <dt>Return Type:</dt>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 <dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
64 argparse.ArgumentParser
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 </dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66 </dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
67 <div align="right"><a href="#top">Up</a></div>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
68 <hr />
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
69 <hr />
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 <a NAME="createMainWidget" ID="createMainWidget"></a>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
71 <h2>createMainWidget</h2>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
72 <b>createMainWidget</b>(<i>_args</i>)
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
73 <p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
74 Function to create the main widget.
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
75 </p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
76
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
77 <dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
78
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
79 <dt><i>_args</i> (argparse.Namespace)</dt>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
80 <dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 namespace object containing the parsed command line parameters
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 (unused)
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
83 </dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
84 </dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
85 <dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 <dt>Return:</dt>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 <dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
88 reference to the main widget
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
89 </dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
90 </dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
91 <dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
92 <dt>Return Type:</dt>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
93 <dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
94 QWidget
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
95 </dd>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
96 </dl>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
97 <div align="right"><a href="#top">Up</a></div>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
98 <hr />
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
99 <hr />
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
100 <a NAME="main" ID="main"></a>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
101 <h2>main</h2>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
102 <b>main</b>(<i></i>)
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
103 <p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
104 Main entry point into the application.
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
105 </p>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
106
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
107 <div align="right"><a href="#top">Up</a></div>
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 <hr />
46d5db6cd55d Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 </body></html>

eric ide

mercurial