public function LingotekOAuthSignatureMethod_HMAC_SHA1::name in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_HMAC_SHA1.php \LingotekOAuthSignatureMethod_HMAC_SHA1::name()
- 7.4 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_HMAC_SHA1.php \LingotekOAuthSignatureMethod_HMAC_SHA1::name()
- 7.6 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_HMAC_SHA1.php \LingotekOAuthSignatureMethod_HMAC_SHA1::name()
* Return the name of this signature * *
Return value
string
Overrides LingotekOAuthSignatureMethod::name
File
- lib/
oauth-php/ library/ signature_method/ LingotekOAuthSignatureMethod_HMAC_SHA1.php, line 39
Class
Code
public function name() {
return 'HMAC-SHA1';
}