You are here

function oauth_commmon_is_provider in OAuth 1.0 7.3

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

Check if oauth_common is acting as a provider.

1 string reference to 'oauth_commmon_is_provider'
oauth_common_menu in ./oauth_common.module
Implements hook_menu().

File

./oauth_common.module, line 392

Code

function oauth_commmon_is_provider() {
  return variable_get('oauth_common_enable_provider', TRUE);
}