public class

EvernoteAuthToken

extends Token
java.lang.Object
   ↳ org.scribe.model.Token
     ↳ com.evernote.client.oauth.EvernoteAuthToken

Class Overview

A Scribe AccessToken that contains Evernote-specific items from the OAuth response.

Summary

Public Constructors
EvernoteAuthToken(Token token)
Public Methods
String getNoteStoreUrl()
Get the Evernote web service NoteStore URL from the OAuth access token response.
int getUserId()
Get the numeric Evernote user ID from the OAuth access token response.
String getWebApiUrlPrefix()
Get the Evernote web API URL prefix from the OAuth access token response.
[Expand]
Inherited Methods
From class org.scribe.model.Token
From class java.lang.Object

Public Constructors

public EvernoteAuthToken (Token token)

Public Methods

public String getNoteStoreUrl ()

Get the Evernote web service NoteStore URL from the OAuth access token response.

public int getUserId ()

Get the numeric Evernote user ID from the OAuth access token response.

public String getWebApiUrlPrefix ()

Get the Evernote web API URL prefix from the OAuth access token response.