You are here

abstract public function OAuthStoreAbstract::getSecretsForVerify in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForVerify()
  2. 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForVerify()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForVerify()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForVerify()
  5. 7.6 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getSecretsForVerify()
5 methods override OAuthStoreAbstract::getSecretsForVerify()
OAuthStore2Leg::getSecretsForVerify in lib/oauth-php/library/store/OAuthStore2Leg.php
OAuthStoreOracle::getSecretsForVerify in lib/oauth-php/library/store/OAuthStoreOracle.php
* Find stored credentials for the consumer key and token. Used by an OAuth server * when verifying an OAuth request. * *
OAuthStorePostgreSQL::getSecretsForVerify in lib/oauth-php/library/store/OAuthStorePostgreSQL.php
Find stored credentials for the consumer key and token. Used by an OAuth server when verifying an OAuth request.
OAuthStoreSession::getSecretsForVerify in lib/oauth-php/library/store/OAuthStoreSession.php
OAuthStoreSQL::getSecretsForVerify in lib/oauth-php/library/store/OAuthStoreSQL.php
* Find stored credentials for the consumer key and token. Used by an OAuth server * when verifying an OAuth request. * *

File

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

Class

OAuthStoreAbstract
Abstract base class for OAuthStore implementations

Code

public abstract function getSecretsForVerify($consumer_key, $token, $token_type = 'access');