Authorization header value builders
Builds Authorization header value with associated builder. @param [to_sym] type @param [Object] opts @return [String]
# File lib/http/authorization_header.rb, line 17 def build(type, opts) klass = builders[type.to_sym] fail Error, "Unknown authorization type #{type}" unless klass klass.new opts end
Generated with the Darkfish Rdoc Generator 2.