A view for handling authentication challenges and automatically launching the appropriate UI for each type of authentication. More...
Import Statement | import Esri. |
Since | Esri. |
Inherits |
- List of all members, including inherited members
- Authenticator is part of ArcGISQtToolkitUiQmlViews group.
Detailed Description
The Authenticator provides a default experience for handling authentication challenges with the ArcGIS Maps SDK for Qt. The Authenticator will determine which type of authentication is in use and will initiate the proper backend controller and UI components.
To use, declare the Authenticator in your QML UI.
Authenticator { anchors.centerIn: parent }
For further details, consult the Authenticator readme.
Note: OAuth 2.0 uses a WebView. To use a OAuth you must call QtWebView::initialize()
before the QGuiApplication
instance is created. See Qt WebView.