9 calls to OAuthStorePostgreSQL::query_row_assoc() in Lingotek Translation 7.2
- OAuthStorePostgreSQL::getConsumer in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Fetch a consumer of this server, by consumer_key.
- OAuthStorePostgreSQL::getConsumerAccessToken in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Fetch the consumer access token, by access token.
- OAuthStorePostgreSQL::getConsumerRequestToken in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Fetch the consumer request token, by request token.
- OAuthStorePostgreSQL::getSecretsForSignature in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.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.
- OAuthStorePostgreSQL::getSecretsForVerify in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Find stored credentials for the consumer key and token. Used by an OAuth server when verifying an OAuth request.
- OAuthStorePostgreSQL::getServer in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Get a server from the consumer registry using the consumer key
- OAuthStorePostgreSQL::getServerForUri in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Find the server details that might be used for a request
- OAuthStorePostgreSQL::getServerToken in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Get a specific server token for the given user
- OAuthStorePostgreSQL::getServerTokenSecrets in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Get the token and token secret we obtained from a server.