Skip to content

Authenticator QML Type

  • Esri.ArcGISRuntime.Toolkit
  • Authenticator
  • A view for handling authentication challenges and automatically launching the appropriate UI for each type of authentication. More...

    Import Statement: import Esri.ArcGISRuntime.Toolkit
    Since: Esri.ArcGISRuntime 200.8
    Inherits:

    Item

    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
    }

    authenticator

    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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.