You are here

public function OAuthSignatureMethod_HMAC_SHA1::name in Lingotek Translation 7.2

Same name and namespace in other branches
  1. 7.3 lib/oauth-php/library/signature_method/OAuthSignatureMethod_HMAC_SHA1.php \OAuthSignatureMethod_HMAC_SHA1::name()

* Return the name of this signature * *

Return value

string

Overrides OAuthSignatureMethod::name

File

lib/oauth-php/library/signature_method/OAuthSignatureMethod_HMAC_SHA1.php, line 39

Class

OAuthSignatureMethod_HMAC_SHA1

Code

public function name() {
  return 'HMAC-SHA1';
}