![]() |
LTI Integration Library
3.1.0
PHP class library for building LTI integrations
|
Class to represent an OAuth HMAC_SHA256 signature method. More...
Public Member Functions | |
| get_name () | |
| build_signature ($request, $consumer, $token) | |
Public Member Functions inherited from OAuthSignatureMethod | |
| get_name () | |
| Needs to return the name of the Signature Method (ie HMAC-SHA1) More... | |
| build_signature ($request, $consumer, $token) | |
| Build up the signature NOTE: The output of this function MUST NOT be urlencoded. More... | |
| check_signature ($request, $consumer, $token, $signature) | |
| Verifies that a given signature is correct. More... | |
Class to represent an OAuth HMAC_SHA256 signature method.
Definition at line 20 of file OAuthSignatureMethod_HMAC_SHA256.php.
| build_signature | ( | $request, | |
| $consumer, | |||
| $token | |||
| ) |
Definition at line 28 of file OAuthSignatureMethod_HMAC_SHA256.php.
References OAuthUtil\urlencode_rfc3986().
| get_name | ( | ) |
Definition at line 23 of file OAuthSignatureMethod_HMAC_SHA256.php.