LTI Tool Provider Library  3.0.2
PHP class library for building LTI Tool Providers
OAuthDataStore Class Reference

Class to represent an OAuth Data Store. More...

Inheritance diagram for OAuthDataStore:
OAuthDataStore

Public Member Functions

 lookup_consumer ($consumer_key)
 
 lookup_token ($consumer, $token_type, $token)
 
 lookup_nonce ($consumer, $token, $nonce, $timestamp)
 
 new_request_token ($consumer, $callback=null)
 
 new_access_token ($token, $consumer, $verifier=null)
 

Detailed Description

Class to represent an OAuth Data Store.

Version
2008-08-04
Licence:
https://opensource.org/licenses/MIT The MIT License

Definition at line 12 of file OAuth/OAuthDataStore.php.

Member Function Documentation

lookup_consumer (   $consumer_key)

Definition at line 13 of file OAuth/OAuthDataStore.php.

lookup_nonce (   $consumer,
  $token,
  $nonce,
  $timestamp 
)

Definition at line 21 of file OAuth/OAuthDataStore.php.

lookup_token (   $consumer,
  $token_type,
  $token 
)

Definition at line 17 of file OAuth/OAuthDataStore.php.

new_access_token (   $token,
  $consumer,
  $verifier = null 
)

Definition at line 29 of file OAuth/OAuthDataStore.php.

new_request_token (   $consumer,
  $callback = null 
)

Definition at line 25 of file OAuth/OAuthDataStore.php.


The documentation for this class was generated from the following file: