abstract public function OAuthStoreAbstract::getConsumerStatic in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerStatic()
- 7.2 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerStatic()
- 7.3 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerStatic()
- 7.4 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerStatic()
- 7.5 lib/oauth-php/library/store/OAuthStoreAbstract.class.php \OAuthStoreAbstract::getConsumerStatic()
5 methods override OAuthStoreAbstract::getConsumerStatic()
- OAuthStore2Leg::getConsumerStatic in lib/
oauth-php/ library/ store/ OAuthStore2Leg.php - OAuthStoreOracle::getConsumerStatic in lib/
oauth-php/ library/ store/ OAuthStoreOracle.php - * Fetch the static consumer key for this provider. The user for the static consumer * key is NULL (no user, shared key). If the key did not exist then the key is created. * *
- OAuthStorePostgreSQL::getConsumerStatic in lib/
oauth-php/ library/ store/ OAuthStorePostgreSQL.php - Fetch the static consumer key for this provider. The user for the static consumer key is NULL (no user, shared key). If the key did not exist then the key is created.
- OAuthStoreSession::getConsumerStatic in lib/
oauth-php/ library/ store/ OAuthStoreSession.php - OAuthStoreSQL::getConsumerStatic in lib/
oauth-php/ library/ store/ OAuthStoreSQL.php - * Fetch the static consumer key for this provider. The user for the static consumer * key is NULL (no user, shared key). If the key did not exist then the key is created. * *
File
- lib/
oauth-php/ library/ store/ OAuthStoreAbstract.class.php, line 52
Class
- OAuthStoreAbstract
- Abstract base class for OAuthStore implementations
Code
public abstract function getConsumerStatic();