A view for handling authentication challenges and automatically launching the appropriate UI for each type of authentication. More...
Header: | #include <AuthenticationView> |
Since: | Esri.ArcGISRuntime 100.12 |
- List of all members, including inherited members
- AuthenticationView is part of ArcGISQtToolkitUiCppWidgetsViews group.
Public Functions
AuthenticationView(QWidget *parent = nullptr) | |
~AuthenticationView() |
Detailed Description
Declare an AuthenticationView. The AuthenticationView will then be connected to all authentication challenges, and will automatically launch the appropriate view for the type of challenge. Supported security formats include:
- ArcGIS Token (user credentials)
- HTTP Basic (user credentials)
- HTTP Digest (user credentials)
- IWA (user credentials)
- OAuth 2.0 (OAuth2)
- SAML (OAuth2)
- PKI (client certificate)
- SSL Handshake Warnings (ssl)
Note: OAuth 2.0 uses QWebEngineView. To use OAuth you must add QT += webenginewidgets
to qmake
. See QWebEngineView.
Member Function Documentation
[explicit]
AuthenticationView::AuthenticationView (QWidget *parent = nullptr)
Constructor.
- parent Parent widget.
[noexcept]
AuthenticationView::~AuthenticationView ()
Destructor.