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