-
Notifications
You must be signed in to change notification settings - Fork 0
class Twitter_OAuthSignatureMethod_PLAINTEXT
www/includes/twitter-php/OAuth.php
- Chapter 9.4 ("PLAINTEXT")
Default
No public properties found
No constants found
build_signature() | check_signature() | get_name() |
oauth_signature is set to the concatenated encoded values of the Consumer Secret and Token Secret, separated by a '&' character (ASCII code 38), even if either secret is empty. The result MUST be encoded again.
- Chapter 9.4.1 ("Generating Signatures")
Please note that the second encoding MUST NOT happen in the SignatureMethod, as OAuthRequest handles this!
- Inherited from \Twitter_OAuthSignatureMethod_PLAINTEXT
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_PLAINTEXT
public get_name() : string
\ » Classes » Twitter_OAuthSignatureMethod_PLAINTEXT
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.