QEverCloud
Unofficial Evernote Cloud API for Qt
Public Attributes | List of all members
qevercloud::EvernoteOAuthWebView::OAuthResult Struct Reference

Holds data that is returned by Evernote on a succesful authentication. More...

Public Attributes

QString authenticationToken
 This is what this all was for!
 
Timestamp expires
 authenticationToken time of expiration.
 
QString noteStoreUrl
 note store url for the user; no need to question UserStore::getNoteStoreUrl for it.
 
QString shardId
 usually is not used
 
UserID userId
 same as PublicUserInfo::userId
 
QString webApiUrlPrefix
 see PublicUserInfo::webApiUrlPrefix
 

Detailed Description

Holds data that is returned by Evernote on a succesful authentication.