# File lib/faraday/request/authorization.rb, line 26 def initialize(app, type, token) @header_value = self.class.header(type, token) super(app) end