You are here

constant OAUTH_COMMON_TOKEN_TYPE_ACCESS in OAuth 1.0 7.3

Same name and namespace in other branches
  1. 6.3 oauth_common.module \OAUTH_COMMON_TOKEN_TYPE_ACCESS
  2. 7.4 oauth_common.module \OAUTH_COMMON_TOKEN_TYPE_ACCESS
5 uses of OAUTH_COMMON_TOKEN_TYPE_ACCESS
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.
DrupalOAuthDataStore::new_access_token in includes/DrupalOAuthDataStore.inc
Generate a new access token and delete the old request token.
oauth_common_get_user_provider_tokens in ./oauth_common.module
Gets the tokens for a user.
oauth_common_user_access_tokens in ./oauth_common.inc
Return information about access tokens related to a user.

File

./oauth_common.module, line 8

Code

define('OAUTH_COMMON_TOKEN_TYPE_ACCESS', 1);