You are here

function _oauth_common_always_true in OAuth 1.0 6.3

Same name and namespace in other branches
  1. 7.4 oauth_common.module \_oauth_common_always_true()
  2. 7.3 oauth_common.module \_oauth_common_always_true()

This function is used as a access callback when the authentication of the request shouldn't be done by the menu system.

Return value

bool Always returns TRUE

File

./oauth_common.module, line 370

Code

function _oauth_common_always_true() {
  return TRUE;
}