Method: ActionController::HttpAuthentication::Basic#auth_param

Defined in:
actionpack/lib/action_controller/metal/http_authentication.rb

#auth_param(request) ⇒ Object



130
131
132
# File 'actionpack/lib/action_controller/metal/http_authentication.rb', line 130

def auth_param(request)
  request.authorization.to_s.split(" ", 2).second
end