Class to represent an OAuth HMAC_SHA224 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. | |
| Public Member Functions inherited from OAuthSignatureMethod | |
| bool | check_signature (OAuthRequest $request, OAuthConsumer $consumer, ?OAuthToken $token, string $signature) |
| Verifies that a given signature is correct. | |
Class to represent an OAuth HMAC_SHA224 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 | ( | ) |