# File lib/action_controller/metal/http_authentication.rb, line 132
      def user_name_and_password(request)
        decode_credentials(request).split(/:/, 2)
      end