You are here

function _services_oauth_security_settings_authorization in Services 6.3

Same name and namespace in other branches
  1. 7.3 auth/services_oauth/services_oauth.inc \_services_oauth_security_settings_authorization()

File

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

Code

function _services_oauth_security_settings_authorization($settings) {
  return isset($settings['authorization']) ? $settings['authorization'] : '';
}