AuthenticationView QML Type

  • AuthenticationView
  • A view for handling authentication challenges and automatically launching the appropriate UI for each type of authentication. More...

    Since: Esri.ArcGISRuntime 100.10
    Inherits:

    Item

    Properties

    Detailed Description

    Declare an AuthenticationView in your QML file. 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 (UserCredentialsView)
    • HTTP Basic (UserCredentialsView)
    • HTTP Digest (UserCredentialsView)
    • IWA (UserCredentialsView)
    • OAuth 2.0 (OAuth2View)
    • SAML (OAuth2View)
    • PKI (ClientCertificateView)
    • SSL Handshake Warnings (SslHandshakeView)

    Note: OAuth 2.0 uses a WebView. To use an OAuthView you must call QtWebView::initialize() before the QGuiApplication instance is created. See Qt WebView.

    authentication_view

    AuthenticationView {
        anchors.centerIn: parent
    }

    Property Documentation

    controller : var

    The Controller handles references to challenges emitted by the AuthenticationManager.

    The CPP controller is documented here.


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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close