The OAuth application token information that can be used to access OAuth token-secured ArcGIS content and services. More...
Header | #include <Authentication/ |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Q | access |
Q | expiration |
bool | operator!=( |
bool | operator==( |
Detailed Description
Member Function Documentation
[override virtual noexcept]
OAuthApplicationTokenInfo::~OAuthApplicationTokenInfo ()
Destructor.
QString OAuthApplicationTokenInfo::accessToken () const
Returns the access token to be used to make an authenticated request.
QDateTime OAuthApplicationTokenInfo::expirationDate () const
Returns the access token expiration date.
bool OAuthApplicationTokenInfo::operator!=(Esri::ArcGISRuntime::Authentication::OAuthApplicationTokenInfo *other) const
Tests and returns true
if the two OAuthApplicationTokenInfo objects are not equal.
- other - The token information to compare to.
bool OAuthApplicationTokenInfo::operator==(Esri::ArcGISRuntime::Authentication::OAuthApplicationTokenInfo *other) const
Tests and returns true
if the two OAuthApplicationTokenInfo objects are equal.
- other - The token information to compare to.