[OAuth] element index

Package indexes

All elements
a b c d f g h k l n o p s t u v _
_
top
Method __destruct
Method __toString
Method __toString
Method __toString
a
top
Method add_signature_method
b
top
Variable $base_string
Method build_http_query
Method build_signature
Method build_signature
Method build_signature
Method build_signature
c
top
Method check_nonce
check that the nonce is not repeated
Method check_signature
Method check_signature
all-in-one function to check the signature on a request
Method check_signature
Method check_timestamp
check that the timestamp is new enough
d
top
Variable $data_store
Variable $dbh
f
top
Method fetch_access_token
process an access_token request
Method fetch_private_cert
Method fetch_public_cert
Method fetch_request_token
process a request_token request
Method from_consumer_and_token
pretty much a helper function to set up the request
Method from_request
attempt to build up a request from what was passed to the server
g
top
Method generate_nonce
util function: current nonce
Method generate_timestamp
util function: current timestamp
Method get_consumer
try to find the consumer for the provided request's consumer key
Method get_headers
Method get_headers
helper to try to sort out headers for people who aren't running apache
Method get_name
Method get_name
Method get_name
Method get_normalized_http_method
just uppercases the http method
Method get_normalized_http_url
parses the url and rebuilds it to be
Method get_parameter
Method get_parameters
Method get_signable_parameters
Returns the normalized parameters of the request This will be all (except oauth_signature) parameters, sorted first by key, and if duplicate keys, then by value.
Method get_signature_base_string
Returns the base string of this request The base string defined as the method, the url and the parameters (normalized), each urlencoded and the concated with &.
Method get_signature_method
figure out the signature with some defaults
Method get_token
try to find the token for the provided request's token key
Method get_version
version 1
h
top
Variable $http_method
Variable $http_url
Function hash_hmac
hash_hmac() in OAuth.php
Crib'd native implementation of hash_hmac() for SHA1 from the
k
top
Variable $key
OAuthToken::$key in OAuth.php
Variable $key
OAuthConsumer::$key in OAuth.php
l
top
Method lookup_consumer
Method lookup_consumer
Method lookup_nonce
Method lookup_nonce
Method lookup_token
Method lookup_token
n
top
Method new_access_token
Method new_access_token
Method new_request_token
Method new_request_token
Method new_token
o
top
Page OAuth.php
OAuth.php in OAuth.php
Method OAuthConsumer
Class OAuthConsumer
OAuthConsumer in OAuth.php
Class OAuthDataStore
OAuthDataStore in OAuth.php
Class OAuthRequest
OAuthRequest in OAuth.php
Method OAuthRequest
Method OAuthServer
Class OAuthServer
OAuthServer in OAuth.php
Class OAuthSignatureMethod
Class OAuthSignatureMethod_HMAC_SHA1
Class OAuthSignatureMethod_PLAINTEXT
Class OAuthSignatureMethod_RSA_SHA1
Method OAuthToken
key = the token
Class OAuthToken
OAuthToken in OAuth.php
Class OAuthUtil
OAuthUtil in OAuth.php
Method oauth_http_build_query
Method oauth_parse_string
p
top
Variable $parameters
Method parse_parameters
s
top
Variable $secret
OAuthToken::$secret in OAuth.php
Variable $secret
Variable $signature_methods
Method set_parameter
Method sign_request
Method SimpleOAuthDataStore
Class SimpleOAuthDataStore
Method split_header
Method split_header
util function for turning the Authorization: header into
t
top
Variable $timestamp_threshold
Method to_header
builds the Authorization: header
Method to_postdata
builds the data one would send in a POST request
Method to_string
generates the basic string serialization of a token that a server
Method to_url
builds a url usable for a GET request
u
top
Method unset_parameter
Method urldecodeRFC3986
Method urldecode_rfc3986
Method urlencodeRFC3986
Method urlencode_rfc3986
v
top
Variable $version
Variable $version
Method verify_request
verify an api call, checks all the parameters
a b c d f g h k l n o p s t u v _