Object
# File lib/rack/auth/abstract/request.rb, line 27 27: def params 28: @params ||= parts.last 29: end
# File lib/rack/auth/abstract/request.rb, line 19 19: def parts 20: @parts ||= @env[authorization_key].split(' ', 2) 21: end
# File lib/rack/auth/abstract/request.rb, line 15 15: def provided? 16: !authorization_key.nil? 17: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.