The QWebEngineWebAuthPinRequest class encapsulates the data of a PIN WebAuth UX request. 更多...
头: | #include <QWebEngineWebAuthPinRequest> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS WebEngineCore)
target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore) |
qmake: | QT += webenginecore |
Since: | Qt 6.7 |
This encapsulates the following information related to a PIN request made by an authenticator.
Use this structure to update the WebAuth UX dialog when the WebAuth UX state is QWebEngineWebAuthUxRequest::WebAuthUxState::CollectPin .
This property holds the error details for the PIN prompt.
This property holds the minimum PIN length the authenticator will accept for the PIN.
This property holds the reason for the PIN prompt.
This property holds the number of attempts remaining before a hard lock. Should be ignored unless QWebEngineWebAuthPinRequest::reason is QWebEngineWebAuthUxRequest::PinEntryReason::Challenge .