org.springframework.social.evernote.connect
Class EvernoteOAuthToken
java.lang.Object
org.springframework.social.oauth1.OAuthToken
org.springframework.social.evernote.connect.EvernoteOAuthToken
- All Implemented Interfaces:
- Serializable
public class EvernoteOAuthToken
- extends org.springframework.social.oauth1.OAuthToken
Sample access-token response params:
{oauth_token=[....],
oauth_token_secret=[],
edam_shard=[s1],
edam_userId=[123456],
edam_expires=[1418253288396],
edam_noteStoreUrl=[https://sandbox.evernote.com/shard/s1/notestore],
edam_webApiUrlPrefix=[https://sandbox.evernote.com/shard/s1/]}
- Author:
- Tadaya Tsuyukubo
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.social.oauth1.OAuthToken |
getSecret, getValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_OAUTH_TOKEN
public static final String KEY_OAUTH_TOKEN
- See Also:
- Constant Field Values
KEY_OAUTH_TOKEN_SECRET
public static final String KEY_OAUTH_TOKEN_SECRET
- See Also:
- Constant Field Values
EDAM_SHARD
public static final String EDAM_SHARD
- See Also:
- Constant Field Values
EDAM_USER_ID
public static final String EDAM_USER_ID
- See Also:
- Constant Field Values
EDAM_EXPIRES
public static final String EDAM_EXPIRES
- See Also:
- Constant Field Values
EDAM_NOTE_STORE_URL
public static final String EDAM_NOTE_STORE_URL
- See Also:
- Constant Field Values
EDAM_WEB_API_URL_PREFIX
public static final String EDAM_WEB_API_URL_PREFIX
- See Also:
- Constant Field Values
getEdamShard
public String getEdamShard()
getEdamUserId
public String getEdamUserId()
getEdamExpires
public String getEdamExpires()
getEdamNoteStoreUrl
public String getEdamNoteStoreUrl()
getEdamWebApiUrlPrefix
public String getEdamWebApiUrlPrefix()
Copyright © 2014. All Rights Reserved.