QEverCloud  3.0.3
Unofficial Evernote Cloud API for Qt
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

◆ authenticationToken

QString qevercloud::EvernoteOAuthWebView::OAuthResult::authenticationToken

This is what this all was for!

◆ expires

Timestamp qevercloud::EvernoteOAuthWebView::OAuthResult::expires

authenticationToken time of expiration.

◆ noteStoreUrl

QString qevercloud::EvernoteOAuthWebView::OAuthResult::noteStoreUrl

note store url for the user; no need to question UserStore::getNoteStoreUrl for it.

◆ shardId

QString qevercloud::EvernoteOAuthWebView::OAuthResult::shardId

usually is not used

◆ userId

UserID qevercloud::EvernoteOAuthWebView::OAuthResult::userId

◆ webApiUrlPrefix

QString qevercloud::EvernoteOAuthWebView::OAuthResult::webApiUrlPrefix