instance method
token_params_from
Ruby on Rails 8.1.2
Since v4.0.13Signature
token_params_from(auth)
No documentation comment.
Parameters
-
authreq
Source
# 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
Defined in actionpack/lib/action_controller/metal/http_authentication.rb line 502
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::HttpAuthentication::Token