You are here

function _services_oauth_default_security_settings in Services 6.3

Same name and namespace in other branches
  1. 7.3 auth/services_oauth/services_oauth.inc \_services_oauth_default_security_settings()
1 string reference to '_services_oauth_default_security_settings'
services_oauth_services_authentication_info in auth/services_oauth/services_oauth.module
Implementation of hook_services_authentication().

File

auth/services_oauth/services_oauth.inc, line 153
Include file for services_oauth module.

Code

function _services_oauth_default_security_settings() {
  return array(
    'oauth_context' => '',
    'authorization' => '',
    'credentials' => 'token',
  );
}