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

プロパティ

詳細説明

これは、認証者による 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::reasonQWebEngineWebAuthUxRequest::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.