You are here

8 calls to OAuthStorePostgreSQL::query_one() in Lingotek Translation 7.2

OAuthStorePostgreSQL::addConsumerRequestToken in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Add an unautorized request token to our server.
OAuthStorePostgreSQL::addServerToken in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Add a request token we obtained from a server.
OAuthStorePostgreSQL::countConsumerAccessTokens in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Count the consumer access tokens for the given consumer.
OAuthStorePostgreSQL::countServerTokens in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Count how many tokens we have for the given server
OAuthStorePostgreSQL::exchangeConsumerRequestForAccessToken in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Exchange an authorized request token for new access token.
OAuthStorePostgreSQL::getConsumerStatic in lib/oauth-php/library/store/OAuthStorePostgreSQL.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.
OAuthStorePostgreSQL::updateConsumer in lib/oauth-php/library/store/OAuthStorePostgreSQL.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 must correspond…
OAuthStorePostgreSQL::updateServer in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Register or update a server for our site (we will be the consumer)