10Duke Enterprise C++ Client
|
This is the complete list of members for OAuthState, including all inherited members.
doesExpire() const=0 | OAuthState | pure virtual |
getAccessToken() const=0 | OAuthState | pure virtual |
getAdditionalProperties() const=0 | OAuthState | pure virtual |
getAdditionalProperty(const std::string &name) const=0 | OAuthState | pure virtual |
getExpiresAt() const=0 | OAuthState | pure virtual |
getRefreshToken() const=0 | OAuthState | pure virtual |
hasAccessToken() const=0 | OAuthState | pure virtual |
hasAdditionalProperty(const std::string &name) const=0 | OAuthState | pure virtual |
isRefreshable() const=0 | OAuthState | pure virtual |
refreshFrom(const OAuthState &state)=0 | OAuthState | pure virtual |
removeAdditionalProperty(const std::string &propertyName)=0 | OAuthState | pure virtual |
setAccessToken(const std::string &newAccessToken)=0 | OAuthState | pure virtual |
setExpiresAt(std::int64_t newExpiresAt)=0 | OAuthState | pure virtual |
setRefreshToken(const std::string &newRefreshToken)=0 | OAuthState | pure virtual |
~OAuthState()=default (defined in OAuthState) | OAuthState | virtual |