You are here

9 calls to OAuthStoreSQL::query_row_assoc() in Lingotek Translation 7.6

OAuthStoreSQL::getConsumer in lib/oauth-php/library/store/OAuthStoreSQL.php
* Fetch a consumer of this server, by consumer_key. * *
OAuthStoreSQL::getConsumerAccessToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Fetch the consumer access token, by access token. * *
OAuthStoreSQL::getConsumerRequestToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Fetch the consumer request token, by request token. * *
OAuthStoreSQL::getSecretsForSignature in lib/oauth-php/library/store/OAuthStoreSQL.php
* Find the server details for signing a request, always looks for an access token. * The returned credentials depend on which local user is making the request. * * The consumer_key must belong to the user or be public (user id is null) * *…
OAuthStoreSQL::getSecretsForVerify in lib/oauth-php/library/store/OAuthStoreSQL.php
* Find stored credentials for the consumer key and token. Used by an OAuth server * when verifying an OAuth request. * *
OAuthStoreSQL::getServer in lib/oauth-php/library/store/OAuthStoreSQL.php
* Get a server from the consumer registry using the consumer key * *
OAuthStoreSQL::getServerForUri in lib/oauth-php/library/store/OAuthStoreSQL.php
* Find the server details that might be used for a request * * The consumer_key must belong to the user or be public (user id is null) * *
OAuthStoreSQL::getServerToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Get a specific server token for the given user * *
OAuthStoreSQL::getServerTokenSecrets in lib/oauth-php/library/store/OAuthStoreSQL.php
* Get the token and token secret we obtained from a server. * *