Flowdock
decode_credentials(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 114
      def decode_credentials(request)
        ::Base64.decode64(auth_param(request) || "")
      end
Register or log in to add new notes.