Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
OAuthRequest Member List

This is the complete list of members for OAuthRequest, including all inherited members.

$base_string (defined in OAuthRequest)OAuthRequest
$POST_INPUT (defined in OAuthRequest)OAuthRequeststatic
$version (defined in OAuthRequest)OAuthRequeststatic
__construct($http_method, $http_url, $parameters=NULL) (defined in OAuthRequest)OAuthRequest
__toString() (defined in OAuthRequest)OAuthRequest
build_signature($signature_method, $consumer, $token) (defined in OAuthRequest)OAuthRequest
from_consumer_and_token($consumer, $token, $http_method, $http_url, $parameters=NULL)OAuthRequeststatic
from_request($http_method=NULL, $http_url=NULL, $parameters=NULL)OAuthRequeststatic
get_normalized_http_method()OAuthRequest
get_normalized_http_url()OAuthRequest
get_parameter($name) (defined in OAuthRequest)OAuthRequest
get_parameters() (defined in OAuthRequest)OAuthRequest
get_signable_parameters()OAuthRequest
get_signature_base_string()OAuthRequest
set_parameter($name, $value, $allow_duplicates=true) (defined in OAuthRequest)OAuthRequest
sign_request($signature_method, $consumer, $token) (defined in OAuthRequest)OAuthRequest
to_header()OAuthRequest
to_postdata()OAuthRequest
to_url()OAuthRequest
unset_parameter($name) (defined in OAuthRequest)OAuthRequest