You are here

function _services_oauth_security_settings_authorization in Services 7.3

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

File

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

Code

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