You are here

function services_oauth_update_6200 in Services 7.3

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

File

auth/services_oauth/services_oauth.install, line 40

Code

function services_oauth_update_6200() {
  variable_del('services_oauth_authentication_levels_');
  variable_del('services_oauth_authorization_settings_');
  return array();
}