Flowdock
user_name_and_password(request) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 132
      def user_name_and_password(request)
        decode_credentials(request).split(/:/, 2)
      end
Register or log in to add new notes.