-
Notifications
You must be signed in to change notification settings - Fork 0
class Twitter_OAuthServer
www/includes/twitter-php/OAuth.php
Default
No public properties found
No constants found
__construct() | add_signature_method() | fetch_access_token() | fetch_request_token() | verify_request() |
protected
$data_store
protected
$signature_methods
protected
$timestamp_threshold
protected
$version
- Inherited from \Twitter_OAuthServer
public
__construct(mixed $data_store) : mixed
- Inherited from \Twitter_OAuthServer
public
add_signature_method(mixed $signature_method) : mixed
check that the nonce is not repeated
- Inherited from \Twitter_OAuthServer
private
check_nonce(mixed $consumer, mixed $token, mixed $nonce, mixed $timestamp) : mixed
all-in-one function to check the signature on a request should guess the signature method appropriately
- Inherited from \Twitter_OAuthServer
private
check_signature(mixed $request, mixed $consumer, mixed $token) : mixed
check that the timestamp is new enough
- Inherited from \Twitter_OAuthServer
private
check_timestamp(mixed $timestamp) : mixed
process an access_token request returns the access token on success
- Inherited from \Twitter_OAuthServer
public
fetch_access_token(mixed $request) : mixed
process a request_token request returns the request token on success
- Inherited from \Twitter_OAuthServer
public
fetch_request_token(mixed $request) : mixed
try to find the consumer for the provided request's consumer key
- Inherited from \Twitter_OAuthServer
private
get_consumer(mixed $request) : mixed
figure out the signature with some defaults
- Inherited from \Twitter_OAuthServer
private
get_signature_method(mixed $request) : mixed
try to find the token for the provided request's token key
- Inherited from \Twitter_OAuthServer
private
get_token(mixed $request, mixed $consumer, mixed $token_type = 'access') : mixed
version 1
- Inherited from \Twitter_OAuthServer
private
get_version(mixed $request) : mixed
verify an api call, checks all the parameters
- Inherited from \Twitter_OAuthServer
public
verify_request(mixed $request) : mixed
\ » Classes » Twitter_OAuthServer
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.