You are here

protected property OAuthStore2Leg::$signature_method in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::signature_method
  2. 7.2 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::signature_method
  3. 7.3 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::signature_method
  4. 7.5 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::signature_method
  5. 7.6 lib/oauth-php/library/store/OAuthStore2Leg.php \OAuthStore2Leg::signature_method

File

lib/oauth-php/library/store/OAuthStore2Leg.php, line 39

Class

OAuthStore2Leg

Code

protected $signature_method = array(
  'HMAC-SHA1',
);