method
user_name_and_password
v4.0.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 98
def user_name_and_password(request)
decode_credentials(request).split(/:/, 2)
end