function oauth2_server_services_default_security_settings in OAuth2 Server 7
Services authentication "default_security_settings" callback.
1 string reference to 'oauth2_server_services_default_security_settings'
- oauth2_server_services_authentication_info in ./
oauth2_server.module - Implements hook_services_authentication().
File
- includes/
oauth2_server.services_auth.inc, line 75 - Provides an authentication method to Services.
Code
function oauth2_server_services_default_security_settings() {
return array(
'server' => '',
);
}