-
Notifications
You must be signed in to change notification settings - Fork 0
class Twitter_OAuthSignatureMethod_HMAC_SHA1
www/includes/twitter-php/OAuth.php
- Chapter 9.2 ("HMAC-SHA1")
Default
No public properties found
No constants found
build_signature() | check_signature() | get_name() |
Build up the signature NOTE: The output of this function MUST NOT be urlencoded.
the encoding is handled in OAuthRequest when the final request is serialized
- Inherited from \Twitter_OAuthSignatureMethod_HMAC_SHA1
public
build_signature(mixed $request, mixed $consumer, mixed $token) : string
Verifies that a given signature is correct
- Inherited from \Twitter_OAuthSignatureMethod
public
check_signature(\Twitter_OAuthRequest $request, \Twitter_OAuthConsumer $consumer, \Twitter_OAuthToken $token, string $signature) : bool
Needs to return the name of the Signature Method (ie HMAC-SHA1)
- Inherited from \Twitter_OAuthSignatureMethod_HMAC_SHA1
public
get_name() : string
\ » Classes » Twitter_OAuthSignatureMethod_HMAC_SHA1
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.