This is the complete list of members for OAuthRequest, including all inherited members.
| $base_string | OAuthRequest | |
| $http_method | OAuthRequest | protected |
| $http_url | OAuthRequest | protected |
| $parameters | OAuthRequest | protected |
| $POST_INPUT | OAuthRequest | static |
| $version | OAuthRequest | static |
| __construct(string $http_method, string $http_url, ?array $parameters=null) | OAuthRequest | |
| __toString() | OAuthRequest | |
| build_signature(OAuthSignatureMethod $signature_method, OAuthConsumer $consumer, ?OAuthToken $token) | OAuthRequest | |
| from_consumer_and_token(OAuthConsumer $consumer, ?OAuthToken $token, string $http_method, string $http_url, ?array $parameters=null) | OAuthRequest | static |
| from_request(?string $http_method=null, ?string $http_url=null, ?array $parameters=null) | OAuthRequest | static |
| get_normalized_http_method() | OAuthRequest | |
| get_normalized_http_url() | OAuthRequest | |
| get_parameter(string $name) | OAuthRequest | |
| get_parameters() | OAuthRequest | |
| get_signable_parameters() | OAuthRequest | |
| get_signature_base_string() | OAuthRequest | |
| set_parameter(string $name, string $value, bool $allow_duplicates=true) | OAuthRequest | |
| sign_request(OAuthSignatureMethod $signature_method, OAuthConsumer $consumer, ?OAuthToken $token) | OAuthRequest | |
| to_header(?string $realm=null) | OAuthRequest | |
| to_postdata() | OAuthRequest | |
| to_url() | OAuthRequest | |
| unset_parameter(string $name) | OAuthRequest |