The PLAINTEXT method does not provide any security protection and SHOULD only be used over a secure channel such as HTTPS.
It does not use the Signature Base String. - Chapter 9.4 ("PLAINTEXT")
build_signature(\OAuthRequest $request, \OAuthConsumer $consumer, \OAuthToken $token) : string
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!
\OAuthRequest
\OAuthConsumer
\OAuthToken
string
check_signature(\OAuthRequest $request, \OAuthConsumer $consumer, \OAuthToken $token, string $signature) : bool
inherited_from | \OAuthSignatureMethod::check_signature() |
---|
\OAuthRequest
\OAuthConsumer
\OAuthToken
string
bool
get_name() : string
string