You are here

6 uses of OAUTH_COMMON_TOKEN_TYPE_REQUEST in OAuth 1.0 6.3

DrupalOAuthClient::getRequestToken in includes/DrupalOAuthClient.inc
Gets a request token from the provider.
DrupalOAuthDataStore::lookup_token in includes/DrupalOAuthDataStore.inc
Check if the token exists.
DrupalOAuthDataStore::new_request_token in includes/DrupalOAuthDataStore.inc
Generate a new request token.
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