LTI Integration Library 5.2.0
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
ceLTIc\LTI\OAuth\OAuthDataStore Member List

This is the complete list of members for ceLTIc\LTI\OAuth\OAuthDataStore, including all inherited members.

lookup_consumer(string $consumer_key)ceLTIc\LTI\OAuth\OAuthDataStore
lookup_nonce(OAuthConsumer $consumer, OAuthToken $token, string $nonce, string $timestamp)ceLTIc\LTI\OAuth\OAuthDataStore
lookup_token(OAuthConsumer $consumer, ?string $token_type, ?string $token)ceLTIc\LTI\OAuth\OAuthDataStore
new_access_token(string $token, OAuthConsumer $consumer, ?string $verifier=null)ceLTIc\LTI\OAuth\OAuthDataStore
new_request_token(OAuthConsumer $consumer, ?string $callback=null)ceLTIc\LTI\OAuth\OAuthDataStore