ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class to provide OAuth utility methods. More...
Static Public Member Functions | |
static | urlencode_rfc3986 ($input) |
static | urldecode_rfc3986 ($string) |
static | split_header ($header, $only_allow_oauth_parameters=true) |
static | get_headers () |
static | parse_parameters ( $input) |
static | build_http_query ($params) |
Class to provide OAuth utility methods.
Definition at line 12 of file OAuthUtil.php.
|
static |
Definition at line 127 of file OAuthUtil.php.
References $keys, PHPMailer\PHPMailer\$params, $values, and IMSGlobal\LTI\OAuth\OAuthUtil\urlencode_rfc3986().
Referenced by IMSGlobal\LTI\OAuth\OAuthRequest\get_signable_parameters(), and IMSGlobal\LTI\OAuth\OAuthRequest\to_postdata().
|
static |
Definition at line 54 of file OAuthUtil.php.
References $_SERVER, $key, and $out.
Referenced by IMSGlobal\LTI\OAuth\OAuthRequest\from_request().
|
static |
Definition at line 95 of file OAuthUtil.php.
References $input.
Referenced by IMSGlobal\LTI\OAuth\OAuthRequest\__construct(), and IMSGlobal\LTI\OAuth\OAuthRequest\from_request().
|
static |
Definition at line 37 of file OAuthUtil.php.
References $h, $header, $i, PHPMailer\PHPMailer\$params, and IMSGlobal\LTI\OAuth\OAuthUtil\urldecode_rfc3986().
Referenced by IMSGlobal\LTI\OAuth\OAuthRequest\from_request().
|
static |
Definition at line 28 of file OAuthUtil.php.
Referenced by IMSGlobal\LTI\OAuth\OAuthUtil\split_header().
|
static |
Definition at line 14 of file OAuthUtil.php.
References $input.
Referenced by IMSGlobal\LTI\OAuth\OAuthUtil\build_http_query(), IMSGlobal\LTI\OAuth\OAuthSignatureMethod_HMAC_SHA1\build_signature(), IMSGlobal\LTI\OAuth\OAuthSignatureMethod_HMAC_SHA256\build_signature(), IMSGlobal\LTI\OAuth\OAuthRequest\get_signature_base_string(), IMSGlobal\LTI\OAuth\OAuthRequest\to_header(), and IMSGlobal\LTI\OAuth\OAuthToken\to_string().