QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#include <oauth.h>
Public Attributes | |
QString | noteStoreUrl |
note store url for the user; no need to question UserStore::getNoteStoreUrl for it. More... | |
Timestamp | expires |
authenticationToken time of expiration. More... | |
QString | shardId |
usually is not used More... | |
UserID | userId |
same as PublicUserInfo::userId More... | |
QString | webApiUrlPrefix |
see PublicUserInfo::webApiUrlPrefix More... | |
QString | authenticationToken |
This is what this all was for! More... | |
Holds data that is returned by Evernote on a succesful authentication
QString qevercloud::EvernoteOAuthWebView::OAuthResult::authenticationToken |
This is what this all was for!
Timestamp qevercloud::EvernoteOAuthWebView::OAuthResult::expires |
authenticationToken time of expiration.
QString qevercloud::EvernoteOAuthWebView::OAuthResult::noteStoreUrl |
note store url for the user; no need to question UserStore::getNoteStoreUrl for it.
QString qevercloud::EvernoteOAuthWebView::OAuthResult::shardId |
usually is not used
UserID qevercloud::EvernoteOAuthWebView::OAuthResult::userId |
same as PublicUserInfo::userId
QString qevercloud::EvernoteOAuthWebView::OAuthResult::webApiUrlPrefix |