You are here

public function OAuthStoreSession::getSecretsForSignature in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getSecretsForSignature()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getSecretsForSignature()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getSecretsForSignature()
  4. 7.4 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getSecretsForSignature()
  5. 7.5 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::getSecretsForSignature()

Overrides OAuthStoreAbstract::getSecretsForSignature

File

lib/oauth-php/library/store/OAuthStoreSession.php, line 67

Class

OAuthStoreSession

Code

public function getSecretsForSignature($uri, $user_id) {
  return $this->session;
}