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.
true
if the token must be passed over HTTPS, false
otherwise.[override virtual noexcept]
TokenInfo::~TokenInfo()
Destructor.
QString TokenInfo::accessToken() constReturns the access token string.
QDateTime TokenInfo::expirationDate() constReturns the token expiration date.
bool TokenInfo::isSslRequired() constReturns true
if the token must be passed over HTTPS, false
otherwise.
Tests and returns true
if the two TokenInfo objects are not equal.
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