Moodle  2.2.1
http://www.collinsharper.com
OAuthDataStore Class Reference
Inheritance diagram for OAuthDataStore:

Public Member Functions

 lookup_consumer ($consumer_key)
 lookup_token ($consumer, $token_type, $token)
 lookup_nonce ($consumer, $token, $nonce, $timestamp)
 new_request_token ($consumer)
 new_access_token ($token, $consumer)

Detailed Description

Definition at line 679 of file OAuth.php.


Member Function Documentation

lookup_consumer ( consumer_key)

Reimplemented in TrivialOAuthDataStore.

Definition at line 680 of file OAuth.php.

lookup_nonce ( consumer,
token,
nonce,
timestamp 
)

Reimplemented in TrivialOAuthDataStore.

Definition at line 688 of file OAuth.php.

lookup_token ( consumer,
token_type,
token 
)

Reimplemented in TrivialOAuthDataStore.

Definition at line 684 of file OAuth.php.

new_access_token ( token,
consumer 
)

Reimplemented in TrivialOAuthDataStore.

Definition at line 696 of file OAuth.php.

new_request_token ( consumer)

Reimplemented in TrivialOAuthDataStore.

Definition at line 692 of file OAuth.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations