Object
# File lib/rack/auth/abstract/request.rb, line 21 def params @params ||= parts.last end
# File lib/rack/auth/abstract/request.rb, line 13 def parts @parts ||= @env[authorization_key].split(' ', 2) end
Generated with the Darkfish Rdoc Generator 2.