abstract public function sOAuthSignatureMethod::get_name in jQuery social stream 7
Same name and namespace in other branches
- 7.2 jquery_social_stream.js.inc \sOAuthSignatureMethod::get_name()
Needs to return the name of the Signature Method (ie HMAC-SHA1)
Return value
string
3 methods override sOAuthSignatureMethod::get_name()
- sOAuthSignatureMethod_HMAC_SHA1::get_name in ./
jquery_social_stream.js.inc - Needs to return the name of the Signature Method (ie HMAC-SHA1)
- sOAuthSignatureMethod_PLAINTEXT::get_name in ./
jquery_social_stream.js.inc - Needs to return the name of the Signature Method (ie HMAC-SHA1)
- sOAuthSignatureMethod_RSA_SHA1::get_name in ./
jquery_social_stream.js.inc - Needs to return the name of the Signature Method (ie HMAC-SHA1)
File
- ./
jquery_social_stream.js.inc, line 389 - JS callbacks.
Class
- sOAuthSignatureMethod
- A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec
Code
public abstract function get_name();