Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.51 KB

AuthenticationView.md

File metadata and controls

18 lines (13 loc) · 1.51 KB

ArcGIS Maps SDK for Qt ArcGIS Maps SDK for Qt toolkit Qt Widgets UI components

AuthenticationView - Qt Widgets UI/Class

The AuthenticationView - Qt Widgets UI/Class handles authentication challenges and automatically launching the appropriate UI for each type of authentication. Declare an AuthenticationView widget. 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.

AuthenticationView image