You are here

6 calls to OAuthStorePostgreSQL::query_all_assoc() in Lingotek Translation 7.3

OAuthStorePostgreSQL::listConsumerApplications in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
List of all registered applications. Data returned has not sensitive information and therefore is suitable for public displaying.
OAuthStorePostgreSQL::listConsumers in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Fetch a list of all consumer keys, secrets etc. Returns the public (user_id is null) and the keys owned by the user
OAuthStorePostgreSQL::listConsumerTokens in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Fetch a list of all consumer tokens accessing the account of the given user.
OAuthStorePostgreSQL::listLog in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Get a page of entries from the log. Returns the last 100 records matching the options given.
OAuthStorePostgreSQL::listServers in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Get a list of all consumers from the consumer registry. The consumer keys belong to the user or are public (user id is null)
OAuthStorePostgreSQL::listServerTokens in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Get a list of all server token this user has access to.