__construct()
__toString()
build_signature()
from_consumer_and_token()
from_request()
get_normalized_http_method()
get_normalized_http_url()
get_parameter()
get_parameters()
get_signable_parameters()
get_signature_base_string()
set_parameter()
sign_request()
to_header()
to_postdata()
to_url()
unset_parameter()
generate_nonce()
generate_timestamp()
$POST_INPUT
$base_string
$version
$http_method
$http_url
$parameters
__construct($http_method, $http_url, $parameters)
__toString()
build_signature($signature_method, $consumer, $token)
from_consumer_and_token($consumer, $token, $http_method, $http_url, $parameters)
from_request($http_method, $http_url, $parameters)
get_normalized_http_method()
get_normalized_http_url()
get_parameter($name)
get_parameters()
get_signable_parameters() : string
string
get_signature_base_string()
The base string defined as the method, the url and the parameters (normalized), each urlencoded and the concated with &.
set_parameter($name, $value, $allow_duplicates)
sign_request($signature_method, $consumer, $token)
to_header($realm)
to_postdata()
to_url()
unset_parameter($name)
generate_nonce()
$POST_INPUT
$base_string
$version
$http_method
$http_url
$parameters