The user interface for displaying a username/password sign-in dialog. More...
Header: | #include <UserCredentialView> |
Inherits: | QWidget |
Public Functions
UserCredentialView(Esri::ArcGISRuntime::Toolkit::AuthenticationController *controller, QWidget *parent = nullptr) |
Detailed Description
This will be used by the AuthenticationView for Token, HTTP Basic, HTTP Digest, and IWA logins.
Member Function Documentation
UserCredentialView::UserCredentialView (Esri::ArcGISRuntime::Toolkit::AuthenticationController *controller, QWidget *parent = nullptr)
Constructor.
- controller The authentication challenge controller.
- parent Parent widget.