|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class to represent an OAuth Data Store. More...
Inheritance diagram for IMSGlobal\LTI\OAuth\OAuthDataStore:
Collaboration diagram for IMSGlobal\LTI\OAuth\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) | |
Class to represent an OAuth Data Store.
Definition at line 12 of file OAuthDataStore.php.
| IMSGlobal\LTI\OAuth\OAuthDataStore::lookup_consumer | ( | $consumer_key | ) |
Reimplemented in IMSGlobal\LTI\ToolProvider\OAuthDataStore.
Definition at line 13 of file OAuthDataStore.php.
| IMSGlobal\LTI\OAuth\OAuthDataStore::lookup_nonce | ( | $consumer, | |
| $token, | |||
| $nonce, | |||
| $timestamp | |||
| ) |
Reimplemented in IMSGlobal\LTI\ToolProvider\OAuthDataStore.
Definition at line 21 of file OAuthDataStore.php.
| IMSGlobal\LTI\OAuth\OAuthDataStore::lookup_token | ( | $consumer, | |
| $token_type, | |||
| $token | |||
| ) |
Reimplemented in IMSGlobal\LTI\ToolProvider\OAuthDataStore.
Definition at line 17 of file OAuthDataStore.php.
| IMSGlobal\LTI\OAuth\OAuthDataStore::new_access_token | ( | $token, | |
| $consumer, | |||
$verifier = null |
|||
| ) |
Reimplemented in IMSGlobal\LTI\ToolProvider\OAuthDataStore.
Definition at line 29 of file OAuthDataStore.php.
| IMSGlobal\LTI\OAuth\OAuthDataStore::new_request_token | ( | $consumer, | |
$callback = null |
|||
| ) |
Reimplemented in IMSGlobal\LTI\ToolProvider\OAuthDataStore.
Definition at line 25 of file OAuthDataStore.php.