|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| TokenStore | Interface for tracking Tokens between OAuth requests. |
| UserTokenStore | Interface for tracking AccessTokens owned by users. |
| Class Summary | |
|---|---|
| FileTokenStore | A file based implemention of TokenStore |
| MemoryTokenStore | An in-memory implemention of TokenStore |
| MemoryUserTokenStore | An in-memory implemention of UserTokenStore |
Provides a mechanism for storing OAuth Request Tokens and Access Tokens.
The Client interface uses a TokenStore implementation to maintain Request
Token state between requests.
Users may also employ a TokenStore
implementation to cache Access Tokens.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||