abstract public function OAuthSignatureMethod::get_name in jQuery social stream 8.2
Same name and namespace in other branches
- 8 src/Twitter/OAuthSignatureMethod.php \Drupal\jquery_social_stream\Twitter\OAuthSignatureMethod::get_name()
Needs to return the name of the Signature Method (ie HMAC-SHA1)
Return value
string
3 methods override OAuthSignatureMethod::get_name()
- OAuthSignatureMethod_HMAC_SHA1::get_name in src/
Twitter/ OAuthSignatureMethod_HMAC_SHA1.php - Needs to return the name of the Signature Method (ie HMAC-SHA1)
- OAuthSignatureMethod_PLAINTEXT::get_name in src/
Twitter/ OAuthSignatureMethod_PLAINTEXT.php - Needs to return the name of the Signature Method (ie HMAC-SHA1)
- OAuthSignatureMethod_RSA_SHA1::get_name in src/
Twitter/ OAuthSignatureMethod_RSA_SHA1.php - Needs to return the name of the Signature Method (ie HMAC-SHA1)
File
- src/
Twitter/ OAuthSignatureMethod.php, line 14
Class
- OAuthSignatureMethod
- A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec
Namespace
Drupal\jquery_social_stream\TwitterCode
public abstract function get_name();