QWebEngineWebAuthPinRequest Struct
QWebEngineWebAuthPinRequest クラスは、PIN WebAuth UX リクエストのデータをカプセル化します。詳細...
Header: | #include <QWebEngineWebAuthPinRequest> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WebEngineCore) target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore) |
qmake: | QT += webenginecore |
Since: | Qt 6.7 |
プロパティ
- error : const QWebEngineWebAuthUxRequest::PinEntryError
- minPinLength : const qint32
- reason : const QWebEngineWebAuthUxRequest::PinEntryReason
- remainingAttempts : const int
詳細説明
このクラスは、認証者による PIN 要求に関連する以下の情報をカプセル化します。
- PIN プロンプトの理由。
- PIN プロンプトのエラー詳細。
- ハードロックまでの残り試行回数。QWebEngineWebAuthPinRequest::reason がQWebEngineWebAuthUxRequest::PinEntryReason::Challenge でない限り、無視されるべきである。
- 認証者が PIN を受け付ける最小 PIN 長。
WebAuth UX の状態がQWebEngineWebAuthUxRequest::WebAuthUxState::CollectPin の場合、WebAuth UX ダイアログを更新するためにこの構造体を使用します。
プロパティ Documentation
error : const QWebEngineWebAuthUxRequest::PinEntryError
このプロパティは、PIN プロンプトのエラーの詳細を保持します。
minPinLength : const qint32
このプロパティは、認証者が PIN を受け付ける最小 PIN 長を保持します。
reason : const QWebEngineWebAuthUxRequest::PinEntryReason
このプロパティは、PIN プロンプトの理由を保持します。
remainingAttempts : const int
このプロパティは、ハードロックまでの残り試行回数を保持します。QWebEngineWebAuthPinRequest::reason がQWebEngineWebAuthUxRequest::PinEntryReason::Challenge でない限り、無視されます。
本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。