You are here

17 calls to OAuthStore::instance() in Lingotek Translation 7.4

googledocs.php in lib/oauth-php/example/client/googledocs.php
init.php in lib/oauth-php/example/server/core/init.php
LingotekApi::request in lib/Drupal/lingotek/LingotekApi.php
Calls a Lingotek API method.
LingotekOAuthRequester::requestAccessToken in lib/oauth-php/library/LingotekOAuthRequester.php
* Request an access token from the site belonging to consumer_key. * Before this we got an request token, now we want to exchange it for * an access token. * *
LingotekOAuthRequester::requestRequestToken in lib/oauth-php/library/LingotekOAuthRequester.php
* Request a request token from the site belonging to consumer_key * *
LingotekOAuthRequestLogger::flush in lib/oauth-php/library/LingotekOAuthRequestLogger.php
* Logs the request to the database, sends any cached output. * Also called on shutdown, to make sure we always log the request being handled.
LingotekOAuthRequestSigner::__construct in lib/oauth-php/library/LingotekOAuthRequestSigner.php
* Construct the request to be signed. Parses or appends the parameters in the params url. * When you supply an params array, then the params should not be urlencoded. * When you supply a string, then it is assumed it is of the type…
LingotekOAuthRequestVerifier::__construct in lib/oauth-php/library/LingotekOAuthRequestVerifier.php
* Construct the request to be verified * *
LingotekOAuthServer::accessToken in lib/oauth-php/library/LingotekOAuthServer.php
* Exchange a request token for an access token. * The exchange is only succesful iff the request token has been authorized. * * Never returns, calls exit() when token is exchanged or when error is returned.
LingotekOAuthServer::authorizeFinish in lib/oauth-php/library/LingotekOAuthServer.php
* Overrule this method when you want to display a nice page when * the authorization is finished. This function does not know if the authorization was * succesfull, you need to check the token in the database. * *
LingotekOAuthServer::authorizeVerify in lib/oauth-php/library/LingotekOAuthServer.php
* Verify the start of an authorization request. Verifies if the request token is valid. * Next step is the method authorizeFinish() * * Nota bene: this stores the current token, consumer key and callback in the _SESSION * * @exception…
LingotekOAuthServer::requestToken in lib/oauth-php/library/LingotekOAuthServer.php
* Handle the request_token request. * Returns the new request token and request token secret. * * TODO: add correct result code to exception * *
oauth_test in lib/oauth-php/test/oauth_test.php
register.php in lib/oauth-php/example/server/www/register.php
twolegged.php in lib/oauth-php/example/client/twolegged.php
twoleggedtest.php in lib/oauth-php/example/client/twoleggedtest.php
twoleggedtwitter.php in lib/oauth-php/example/client/twoleggedtwitter.php