Request.load_middleware(:authorization)
# File lib/faraday/request/token_authentication.rb, line 4 def self.header(token, options = nil) options ||= {} options[:token] = token super(:Token, options) end
# File lib/faraday/request/token_authentication.rb, line 10 def initialize(app, token, options = nil) super(app, token, options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.