A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-authentication-tokeninfo.html below:

TokenInfo Class | ArcGIS Maps SDK for Qt

  • TokenInfo
  • class Esri::ArcGISRuntime::Authentication::TokenInfo

    The access token information that can be used by clients in exchange for user credentials. The access token represents the authenticated user for a certain amount of time to access API functionality. More...

    Public Functions TokenInfo(const QString &accessToken, const QDateTime &expirationDate, bool isSslRequired, QObject *parent = nullptr) virtual ~TokenInfo() override QString accessToken() const QDateTime expirationDate() const bool isSslRequired() const bool operator!=(Esri::ArcGISRuntime::Authentication::TokenInfo *other) const bool operator==(Esri::ArcGISRuntime::Authentication::TokenInfo *other) const

    Detailed Description

    Member Function Documentation TokenInfo::TokenInfo(const QString &accessToken, const QDateTime &expirationDate, bool isSslRequired, QObject *parent = nullptr)

    Creates an instance of token info from given parameters.

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

    Destructor.

    QString TokenInfo::accessToken() const

    Returns the access token string.

    QDateTime TokenInfo::expirationDate() const

    Returns the token expiration date.

    bool TokenInfo::isSslRequired() const

    Returns true if the token must be passed over HTTPS, false otherwise.

    bool TokenInfo::operator!=(Esri::ArcGISRuntime::Authentication::TokenInfo *other) const

    Tests and returns true if the two TokenInfo objects are not equal.

    bool TokenInfo::operator==(Esri::ArcGISRuntime::Authentication::TokenInfo *other) const

    Tests and returns true if the two TokenInfo objects are equal.


    RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4