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