# File lib/rack/auth/abstract/request.rb, line 31 def params @params ||= parts.last end
# File lib/rack/auth/abstract/request.rb, line 19 def parts @parts ||= @env[authorization_key].split(' ', 2) end
# File lib/rack/auth/abstract/request.rb, line 15 def provided? !authorization_key.nil? end
Generated with the Darkfish Rdoc Generator 2.