PySide6.QtWebEngineCore.QWebEngineWebAuthPinRequest

class QWebEngineWebAuthPinRequest

The QWebEngineWebAuthPinRequest class encapsulates the data of a PIN WebAuth UX request.

Details

This encapsulates the following information related to a PIN request made by an authenticator.

  • The reason for the PIN prompt.

  • The error details for the PIN prompt.

  • The number of attempts remaining before a hard lock. Should be ignored unless reason is Challenge .

  • The minimum PIN length the authenticator will accept for the PIN.

Use this structure to update the WebAuth UX dialog when the WebAuth UX state is CollectPin .

Added in version 6.7.

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

PySide6.QtWebEngineCore.QWebEngineWebAuthPinRequest.reason
PySide6.QtWebEngineCore.QWebEngineWebAuthPinRequest.error
PySide6.QtWebEngineCore.QWebEngineWebAuthPinRequest.minPinLength
PySide6.QtWebEngineCore.QWebEngineWebAuthPinRequest.remainingAttempts