CommonSense PHP API Library
OAuthDataStore Member List
This is the complete list of members for OAuthDataStore, including all inherited members.
$accessTokenOAuthDataStore
$consumerOAuthDataStore
$nonceOAuthDataStore
$requestTokenOAuthDataStore
__construct($oauthParams=null, $tokenType=null)OAuthDataStore
checkConsumer($consumerKey, $tokenKey)OAuthDataStore
checkLogin($user, $passwd)OAuthDataStore
ERR_INVALID_LOGINOAuthDataStore
ERR_NEW_ACCESS_TOKENOAuthDataStore
ERR_NO_ALLOWED_RETRIEVEDOAuthDataStore
ERR_NO_AUTHORIZED_CONSUMEROAuthDataStore
ERR_NO_CALLBACKOAuthDataStore
ERR_NO_CONSUMEROAuthDataStore
ERR_NO_CONSUMER_NAMEOAuthDataStore
ERR_NO_TOKENOAuthDataStore
ERR_NO_USER_IDOAuthDataStore
ERR_NO_VERIFIEROAuthDataStore
EXPIR_TIME_IN_DAYSOAuthDataStore
EXPIR_TIME_IN_MONTHSOAuthDataStore
EXPIR_TIME_IN_WEEKSOAuthDataStore
EXPIR_TIME_IN_YEARSOAuthDataStore
EXPIR_TIME_NEVEROAuthDataStore
getAllowed($tokenKey, $consumerKey)OAuthDataStore
getCallbackUrl($tokenKey)OAuthDataStore
getConsumerName($tokenKey)OAuthDataStore
getSecret($consumerKey, $tokenKey, $secretType="consumer")OAuthDataStore
getUserId($sessionId)OAuthDataStore
getValidUserID($tokenKey, $consumerKey)OAuthDataStore
getVerifier($tokenKey, $consumerKey)OAuthDataStore
insertNonce($nonce, $tokenKey, $consumerKey)OAuthDataStore
insertUserSessionId($userId, $sessionId, $timestamp, $ip="")OAuthDataStore
insertVerifier($verifier, $tokenKey)OAuthDataStore
lookupConsumer($consumerKey)OAuthDataStore
lookupNonce($consumer, $token, $nonce, $timestamp)OAuthDataStore
lookupToken($consumer, $tokenType, $token)OAuthDataStore
newAccessToken($token, $consumer, $verifier=null)OAuthDataStore
newRequestToken($consumer, $callback=null)OAuthDataStore
setAllowed($tokenKey, $value, $userId, $expirTime, $expirTimeUnit)OAuthDataStore
setConsumer($consumer, $callback=null)OAuthDataStore
setToken($token, $tokenType="request")OAuthDataStore
 All Classes Namespaces Files Functions Variables