Method: ActionController::HttpAuthentication::Token#token_params_from

Defined in:
actionpack/lib/action_controller/metal/http_authentication.rb

#token_params_from(auth) ⇒ Object



502
503
504
# File 'actionpack/lib/action_controller/metal/http_authentication.rb', line 502

def token_params_from(auth)
  rewrite_param_values params_array_from raw_params auth
end