Skip to content

PasswordCredential Class

  • PasswordCredential
  • class Esri::ArcGISRuntime::Authentication::PasswordCredential

    A credential that uses a username and password for authentication with a network secured resource. More...

    Header: #include <Authentication/PasswordCredential.h>
    Since: Esri::ArcGISRuntime 200.8
    Inherits: Esri::ArcGISRuntime::Authentication::NetworkCredential

    Public Functions

    virtual ~PasswordCredential() override
    QString password() const
    QString username() const

    Detailed Description

    Member Function Documentation

    [override virtual noexcept] PasswordCredential::~PasswordCredential()

    Destructor.

    QString PasswordCredential::password() const

    Returns the password.

    QString PasswordCredential::username() const

    Returns the username.

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