You are here

class TestOAuthServer in OAuth 1.0 6

Hierarchy

Expanded class hierarchy of TestOAuthServer

File

./OAuth_TestServer.php, line 4

View source
class TestOAuthServer extends OAuthServer {
  public function get_signature_methods() {
    return $this->signature_methods;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
OAuthServer::$data_store protected property
OAuthServer::$signature_methods protected property
OAuthServer::$timestamp_threshold protected property
OAuthServer::$version protected property
OAuthServer::add_signature_method public function
OAuthServer::check_nonce private function check that the nonce is not repeated
OAuthServer::check_signature private function all-in-one function to check the signature on a request should guess the signature method appropriately
OAuthServer::check_timestamp private function check that the timestamp is new enough
OAuthServer::fetch_access_token public function process an access_token request returns the access token on success
OAuthServer::fetch_request_token public function process a request_token request returns the request token on success
OAuthServer::get_consumer private function try to find the consumer for the provided request's consumer key
OAuthServer::get_signature_method private function figure out the signature with some defaults
OAuthServer::get_token private function try to find the token for the provided request's token key
OAuthServer::get_version private function version 1
OAuthServer::verify_request public function verify an api call, checks all the parameters
OAuthServer::__construct function
TestOAuthServer::get_signature_methods public function