You are here

abstract public function OAuthStoreAbstract::getSecretsForSignature in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForSignature()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForSignature()
  3. 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForSignature()
  4. 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForSignature()
  5. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForSignature()
5 methods override OAuthStoreAbstract::getSecretsForSignature()
OAuthStore2Leg::getSecretsForSignature in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::getSecretsForSignature in lib/oauth-php/library/store/OAuthStoreOracle.php
* Find the server details for signing a request, always looks for an access token. * The returned credentials depend on which local user is making the request. * * The consumer_key must belong to the user or be public (user id is null) * *…
OAuthStorePostgreSQL::getSecretsForSignature in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Find the server details for signing a request, always looks for an access token. The returned credentials depend on which local user is making the request.
OAuthStoreSession::getSecretsForSignature in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::getSecretsForSignature in lib/oauth-php/library/store/OAuthStoreSQL.php
* Find the server details for signing a request, always looks for an access token. * The returned credentials depend on which local user is making the request. * * The consumer_key must belong to the user or be public (user id is null) * *…

File

lib/oauth-php/library/store/OAuthStoreAbstract.class.php, line 35

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function getSecretsForSignature($uri, $user_id);