method
user_name_and_password
v7.1.3.2 -
Show latest stable
- Class:
ActionController::HttpAuthentication::Basic
user_name_and_password(request)public
No documentation available.
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 115
def user_name_and_password(request)
decode_credentials(request).split(":", 2)
end