abstract public function LingotekOAuthSignatureMethod::name in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod.class.php \LingotekOAuthSignatureMethod::name()
- 7.4 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod.class.php \LingotekOAuthSignatureMethod::name()
- 7.5 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod.class.php \LingotekOAuthSignatureMethod::name()
* Return the name of this signature * *
Return value
string
4 methods override LingotekOAuthSignatureMethod::name()
- LingotekOAuthSignatureMethod_HMAC_SHA1::name in lib/
oauth-php/ library/ signature_method/ LingotekOAuthSignatureMethod_HMAC_SHA1.php - * Return the name of this signature * *
- LingotekOAuthSignatureMethod_MD5::name in lib/
oauth-php/ library/ signature_method/ LingotekOAuthSignatureMethod_MD5.php - * Return the name of this signature * *
- LingotekOAuthSignatureMethod_PLAINTEXT::name in lib/
oauth-php/ library/ signature_method/ LingotekOAuthSignatureMethod_PLAINTEXT.php - * Return the name of this signature * *
- LingotekOAuthSignatureMethod_RSA_SHA1::name in lib/
oauth-php/ library/ signature_method/ LingotekOAuthSignatureMethod_RSA_SHA1.php - * Return the name of this signature * *
File
- lib/
oauth-php/ library/ signature_method/ LingotekOAuthSignatureMethod.class.php, line 40
Class
- LingotekOAuthSignatureMethod
- Interface for OAuth signature methods
Code
public abstract function name();