eric7.WebBrowser.WebAuth.Fido2InfoDialog

Module implementing a dialog showing information about the selected security key.

Global Attributes

None

Classes

Fido2InfoDialog Class implementing a dialog showing information about the selected security key.

Functions

None


Fido2InfoDialog

Class implementing a dialog showing information about the selected security key.

Derived from

QDialog, Ui_Fido2InfoDialog

Class Attributes

None

Class Methods

None

Methods

Fido2InfoDialog Constructor

Static Methods

None

Fido2InfoDialog (Constructor)

Fido2InfoDialog(header, manager, parent=None)

Constructor

header (str)
header string
manager (Fido2Management)
reference to the FIDO2 manager object
parent (QWidget (optional))
reference to the parent widget (defaults to None)
Up