Class to represent an OAuth HMAC_SHA384 signature method. More...
Public Member Functions | |
get_name () | |
Name of the Signature Method. | |
string | build_signature (OAuthRequest $request, OAuthConsumer $consumer, ?OAuthToken $token) |
Build up the signature. | |
![]() | |
bool | check_signature (OAuthRequest $request, OAuthConsumer $consumer, ?OAuthToken $token, string $signature) |
Verifies that a given signature is correct. | |
Class to represent an OAuth HMAC_SHA384 signature method.
string build_signature | ( | OAuthRequest | $request, |
OAuthConsumer | $consumer, | ||
?OAuthToken | $token ) |
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
OAuthRequest | $request | Request |
OAuthConsumer | $consumer | Consumer |
OAuthToken | $token | Token |
Reimplemented from OAuthSignatureMethod.
get_name | ( | ) |