6 calls to OAuthStoreSQL::query_all_assoc() in Lingotek Translation 7.3
- OAuthStoreSQL::listConsumerApplications in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * List of all registered applications. Data returned has not sensitive * information and therefore is suitable for public displaying. * *
- OAuthStoreSQL::listConsumers in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Fetch a list of all consumer keys, secrets etc. * Returns the public (user_id is null) and the keys owned by the user * *
- OAuthStoreSQL::listConsumerTokens in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Fetch a list of all consumer tokens accessing the account of the given user. * *
- OAuthStoreSQL::listLog in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Get a page of entries from the log. Returns the last 100 records * matching the options given. * *
- OAuthStoreSQL::listServers in lib/
oauth-php/ library/ store/ OAuthStoreSQL.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) * *
- OAuthStoreSQL::listServerTokens in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Get a list of all server token this user has access to. * *