You are here

12 calls to OAuthStoreAbstract::generateKey() in Lingotek Translation 7.6

OAuthStoreOracle::addConsumerRequestToken in lib/oauth-php/library/store/OAuthStoreOracle.php
* Add an unautorized request token to our server. * *
OAuthStoreOracle::exchangeConsumerRequestForAccessToken in lib/oauth-php/library/store/OAuthStoreOracle.php
* Exchange an authorized request token for new access token. * *
OAuthStoreOracle::getConsumerStatic in lib/oauth-php/library/store/OAuthStoreOracle.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. * *
OAuthStoreOracle::updateConsumer in lib/oauth-php/library/store/OAuthStoreOracle.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…
OAuthStorePostgreSQL::addConsumerRequestToken in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Add an unautorized request token to our 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…
OAuthStoreSQL::addConsumerRequestToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Add an unautorized request token to our server. * *
OAuthStoreSQL::exchangeConsumerRequestForAccessToken in lib/oauth-php/library/store/OAuthStoreSQL.php
* Exchange an authorized request token for new access token. * *
OAuthStoreSQL::getConsumerStatic in lib/oauth-php/library/store/OAuthStoreSQL.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. * *
OAuthStoreSQL::updateConsumer in lib/oauth-php/library/store/OAuthStoreSQL.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…