instance method
normalize_scheme
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
normalize_scheme(scheme)
No documentation comment.
Parameters
-
schemereq
Source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 590
def normalize_scheme(scheme)
scheme&.to_s&.downcase&.to_sym
end
Defined in actionpack/lib/action_controller/metal/http_authentication.rb line 590
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::HttpAuthentication::Token