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