You are here

static function LingotekOAuthRequestLogger::setRequestObject in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::setRequestObject()
  2. 7.5 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::setRequestObject()
  3. 7.6 lib/oauth-php/library/LingotekOAuthRequestLogger.php \LingotekOAuthRequestLogger::setRequestObject()

* Set the OAuth request object being used * *

Parameters

LingotekOAuthRequest request_object:

1 call to LingotekOAuthRequestLogger::setRequestObject()
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. * *

File

lib/oauth-php/library/LingotekOAuthRequestLogger.php, line 223

Class

LingotekOAuthRequestLogger
Log OAuth requests

Code

static function setRequestObject($request_object) {
  LingotekOAuthRequestLogger::$request_object = $request_object;
}