8 calls to OAuthStoreSQL::query_one() in Lingotek Translation 7.5
- OAuthStoreSQL::addConsumerRequestToken in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Add an unautorized request token to our server. * *
- OAuthStoreSQL::addServerToken in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Add a request token we obtained from a server. * * @todo remove old tokens for this user and this ocr_id *
- OAuthStoreSQL::countConsumerAccessTokens in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Count the consumer access tokens for the given consumer. * *
- OAuthStoreSQL::countServerTokens in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Count how many tokens we have for the given server * *
- OAuthStoreSQL::exchangeConsumerRequestForAccessToken in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Exchange an authorized request token for new access token. * *
- OAuthStoreSQL::getConsumerStatic in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Fetch the static consumer key for this provider. The user for the static consumer * key is NULL (no user, shared key). If the key did not exist then the key is created. * *
- OAuthStoreSQL::updateConsumer in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Insert/update a new consumer with this server (we will be the server) * When this is a new consumer, then also generate the consumer key and secret. * Never updates the consumer key and secret. * When the id is set, then the key and secret…
- OAuthStoreSQL::updateServer in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Register or update a server for our site (we will be the consumer) * * (This is the registry at the consumers, registering servers ;-) ) * *