instance method
token_params_from
Ruby on Rails 6.1.7.10
Since v4.0.13Signature
token_params_from(auth)
No documentation comment.
Parameters
-
authreq
Source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 468
def token_params_from(auth)
rewrite_param_values params_array_from raw_params auth
end
Defined in actionpack/lib/action_controller/metal/http_authentication.rb line 468
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::HttpAuthentication::Token