(Not documented)
# File lib/rack/auth/abstract/request.rb, line 21 21: def params 22: @params ||= parts.last 23: end
(Not documented)
# File lib/rack/auth/abstract/request.rb, line 13 13: def parts 14: @parts ||= @env[authorization_key].split(' ', 2) 15: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.