QWebEngineWebAuthPinRequest Struct
La clase QWebEngineWebAuthPinRequest encapsula los datos de una solicitud PIN WebAuth UX. Más...
| Cabecera: | #include <QWebEngineWebAuthPinRequest> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS WebEngineCore)target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore) |
| qmake: | QT += webenginecore |
| Desde: | Qt 6.7 |
Propiedades
- error : const QWebEngineWebAuthUxRequest::PinEntryError
- minPinLength : const qint32
- reason : const QWebEngineWebAuthUxRequest::PinEntryReason
- remainingAttempts : const int
Descripción detallada
Encapsula la siguiente información relacionada con una solicitud de PIN realizada por un autenticador.
- El motivo de la solicitud de PIN.
- Los detalles de error de la solicitud de PIN.
- El número de intentos restantes antes de un bloqueo duro. Debe ignorarse a menos que QWebEngineWebAuthPinRequest::reason sea QWebEngineWebAuthUxRequest::PinEntryReason::Challenge.
- La longitud mínima del PIN que el autenticador aceptará para el PIN.
Utilice esta estructura para actualizar el cuadro de diálogo WebAuth UX cuando el estado de WebAuth UX sea QWebEngineWebAuthUxRequest::WebAuthUxState::CollectPin.
Documentación de propiedades
error : const QWebEngineWebAuthUxRequest::PinEntryError
Esta propiedad contiene los detalles del error de la solicitud de PIN.
minPinLength : const qint32
Esta propiedad contiene la longitud mínima del PIN que el autenticador aceptará para el PIN.
reason : const QWebEngineWebAuthUxRequest::PinEntryReason
Esta propiedad contiene el motivo de la solicitud del PIN.
remainingAttempts : const int
Esta propiedad contiene el número de intentos restantes antes de un bloqueo duro. Debe ignorarse a menos que QWebEngineWebAuthPinRequest::reason sea QWebEngineWebAuthUxRequest::PinEntryReason::Challenge.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.