Public Member Functions | |
| hasRequestToken () | |
| hasAccessToken () | |
| storeRequestToken ($token) | |
| fetchRequestToken () | |
| clearRequestToken () | |
| storeAccessToken ($token) | |
| fetchAccessToken () | |
| clearAccessToken () | |
| YahooSessionStore::clearAccessToken | ( | ) |
Clears the access token from the session store.
| YahooSessionStore::clearRequestToken | ( | ) |
Clears the request token from the session store.
| YahooSessionStore::fetchAccessToken | ( | ) |
Fetches and returns the access token from the session store.
| YahooSessionStore::fetchRequestToken | ( | ) |
Fetches and returns the request token from the session store.
| YahooSessionStore::hasAccessToken | ( | ) |
Indicates if the session store has an access token.
| YahooSessionStore::hasRequestToken | ( | ) |
Indicates if the session store has a request token.
| YahooSessionStore::storeAccessToken | ( | $ | token | ) |
Stores the given access token in the session store.
| $token | A PHP stdclass object containing the components of the OAuth access token. |
| YahooSessionStore::storeRequestToken | ( | $ | token | ) |
Stores the given request token in the session store.
| $token | A PHP stdclass object containing the components of the OAuth request token. |
1.5.8