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