ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
OAuthDataStore Class Reference
+ Inheritance diagram for OAuthDataStore:
+ Collaboration 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, $callback=null)
 
 new_access_token ($token, $consumer, $verifier=null)
 

Detailed Description

Definition at line 736 of file OAuth.php.

Member Function Documentation

◆ lookup_consumer()

OAuthDataStore::lookup_consumer (   $consumer_key)

Reimplemented in sspmod_oauth_OAuthStore.

Definition at line 737 of file OAuth.php.

737 {
738 // implement me
739 }

◆ lookup_nonce()

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

Reimplemented in sspmod_oauth_OAuthStore.

Definition at line 745 of file OAuth.php.

745 {
746 // implement me
747 }

◆ lookup_token()

OAuthDataStore::lookup_token (   $consumer,
  $token_type,
  $token 
)

Reimplemented in sspmod_oauth_OAuthStore.

Definition at line 741 of file OAuth.php.

741 {
742 // implement me
743 }

◆ new_access_token()

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

Reimplemented in sspmod_oauth_OAuthStore.

Definition at line 753 of file OAuth.php.

753 {
754 // return a new access token attached to this consumer
755 // for the user associated with this token if the request token
756 // is authorized
757 // should also invalidate the request token
758 }

◆ new_request_token()

OAuthDataStore::new_request_token (   $consumer,
  $callback = null 
)

Definition at line 749 of file OAuth.php.

749 {
750 // return a new token attached to this consumer
751 }

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