QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
qevercloud::EvernoteOAuthWebView::OAuthResult Struct Reference

#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...
 

Detailed Description

Holds data that is returned by Evernote on a succesful authentication

Member Data Documentation

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
QString qevercloud::EvernoteOAuthWebView::OAuthResult::webApiUrlPrefix