$base_string | ceLTIc\LTI\OAuth\OAuthRequest | |
$http_method | ceLTIc\LTI\OAuth\OAuthRequest | protected |
$http_url | ceLTIc\LTI\OAuth\OAuthRequest | protected |
$parameters | ceLTIc\LTI\OAuth\OAuthRequest | protected |
$POST_INPUT | ceLTIc\LTI\OAuth\OAuthRequest | static |
$version | ceLTIc\LTI\OAuth\OAuthRequest | static |
__construct(string $http_method, string $http_url, ?array $parameters=null) | ceLTIc\LTI\OAuth\OAuthRequest | |
__toString() | ceLTIc\LTI\OAuth\OAuthRequest | |
build_signature(OAuthSignatureMethod $signature_method, OAuthConsumer $consumer, ?OAuthToken $token) | ceLTIc\LTI\OAuth\OAuthRequest | |
from_consumer_and_token(OAuthConsumer $consumer, ?OAuthToken $token, string $http_method, string $http_url, ?array $parameters=null) | ceLTIc\LTI\OAuth\OAuthRequest | static |
from_request(?string $http_method=null, ?string $http_url=null, ?array $parameters=null) | ceLTIc\LTI\OAuth\OAuthRequest | static |
get_normalized_http_method() | ceLTIc\LTI\OAuth\OAuthRequest | |
get_normalized_http_url() | ceLTIc\LTI\OAuth\OAuthRequest | |
get_parameter(string $name) | ceLTIc\LTI\OAuth\OAuthRequest | |
get_parameters() | ceLTIc\LTI\OAuth\OAuthRequest | |
get_signable_parameters() | ceLTIc\LTI\OAuth\OAuthRequest | |
get_signature_base_string() | ceLTIc\LTI\OAuth\OAuthRequest | |
set_parameter(string $name, string $value, bool $allow_duplicates=true) | ceLTIc\LTI\OAuth\OAuthRequest | |
sign_request(OAuthSignatureMethod $signature_method, OAuthConsumer $consumer, ?OAuthToken $token) | ceLTIc\LTI\OAuth\OAuthRequest | |
to_header(?string $realm=null) | ceLTIc\LTI\OAuth\OAuthRequest | |
to_postdata() | ceLTIc\LTI\OAuth\OAuthRequest | |
to_url() | ceLTIc\LTI\OAuth\OAuthRequest | |
unset_parameter(string $name) | ceLTIc\LTI\OAuth\OAuthRequest | |