-
Notifications
You must be signed in to change notification settings - Fork 0
class Twitter_OAuthDataStore
Oliver edited this page Apr 25, 2020
·
1 revision
www/includes/twitter-php/OAuth.php
Default
No public properties found
No constants found
lookup_consumer() | lookup_nonce() | lookup_token() | new_access_token() | new_request_token() |
- Inherited from \Twitter_OAuthDataStore
public
lookup_consumer(mixed $consumer_key) : mixed
- Inherited from \Twitter_OAuthDataStore
public
lookup_nonce(mixed $consumer, mixed $token, mixed $nonce, mixed $timestamp) : mixed
- Inherited from \Twitter_OAuthDataStore
public
lookup_token(mixed $consumer, mixed $token_type, mixed $token) : mixed
- Inherited from \Twitter_OAuthDataStore
public
new_access_token(mixed $token, mixed $consumer, mixed $verifier = null) : mixed
- Inherited from \Twitter_OAuthDataStore
public
new_request_token(mixed $consumer, mixed $callback = null) : mixed
\ » Classes » Twitter_OAuthDataStore
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.