QWebEngineWebAuthPinRequest Struct
QWebEngineWebAuthPinRequest 클래스는 PIN WebAuth UX 요청의 데이터를 캡슐화합니다. 더 보기...
헤더: | #include <QWebEngineWebAuthPinRequest> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WebEngineCore) target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore) |
qmake: | QT += webenginecore |
이후: | Qt 6.7 |
속성
- error : const QWebEngineWebAuthUxRequest::PinEntryError
- minPinLength : const qint32
- reason : const QWebEngineWebAuthUxRequest::PinEntryReason
- remainingAttempts : const int
상세 설명
여기에는 인증자의 PIN 요청과 관련된 다음 정보가 캡슐화되어 있습니다.
- PIN 프롬프트가 표시되는 이유.
- 비밀번호 프롬프트에 대한 오류 세부 정보입니다.
- 하드 잠금까지 남은 시도 횟수입니다. QWebEngineWebAuthPinRequest::reason 이 QWebEngineWebAuthUxRequest::PinEntryReason::Challenge 이 아닌 경우 무시해야 합니다.
- 인증자가 PIN에 대해 허용하는 최소 PIN 길이입니다.
WebAuth UX 상태가 QWebEngineWebAuthUxRequest::WebAuthUxState::CollectPin 인 경우 이 구조를 사용하여 WebAuth UX 대화 상자를 업데이트합니다.
속성 문서
error : const QWebEngineWebAuthUxRequest::PinEntryError
이 속성에는 PIN 프롬프트에 대한 오류 세부 정보가 저장됩니다.
minPinLength : const qint32
이 속성에는 인증자가 PIN에 대해 허용하는 최소 PIN 길이가 저장됩니다.
reason : const QWebEngineWebAuthUxRequest::PinEntryReason
이 속성에는 PIN 프롬프트의 이유가 저장됩니다.
remainingAttempts : const int
이 속성은 하드 잠금 전까지 남은 시도 횟수를 보유합니다. QWebEngineWebAuthPinRequest::reason 이 QWebEngineWebAuthUxRequest::PinEntryReason::Challenge 이 아닌 경우 무시해야 합니다.
© 2025 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.