You are here

constant OAUTH_COMMON_TOKEN_TYPE_REQUEST in OAuth 1.0 6.3

Same name and namespace in other branches
  1. 7.4 oauth_common.module \OAUTH_COMMON_TOKEN_TYPE_REQUEST
  2. 7.3 oauth_common.module \OAUTH_COMMON_TOKEN_TYPE_REQUEST
6 uses of OAUTH_COMMON_TOKEN_TYPE_REQUEST
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

... See full list

File

./oauth_common.module, line 5

Code

define('OAUTH_COMMON_TOKEN_TYPE_REQUEST', 0);