7 calls to DrupalOAuthToken::loadByKey() in OAuth 1.0 6.3
- DrupalOAuthClient::getAccessToken in includes/
DrupalOAuthClient.inc - Fetches the access token using the request token.
- DrupalOAuthDataStore::lookup_token in includes/
DrupalOAuthDataStore.inc - Check if the token exists.
- DrupalOAuthToken::load in includes/
DrupalOAuthToken.inc - Deprecated - Gets the token with the specified key
- oauth_common_context_from_request in ./
oauth_common.module - Loads the context for a request.
- oauth_common_form_authorize in ./
oauth_common.pages.inc - Form for granting access to the consumer
- oauth_common_page_authorized in ./
oauth_common.pages.inc - Menu callback for when something has been authorized - used in both client and provider flow
- oauth_common_provider_token_load in ./
oauth_common.module - Menu system wildcard loader for provider tokens.