There's no documentation for this item.
# File action_controller/http_authentication.rb, line 114 def encode_credentials(user_name, password) "Basic #{ActiveSupport::Base64.encode64("#{user_name}:#{password}")}" end
<code/>
<pre/>
<code/>and<pre/>for code samples.