# File lib/faraday/request/token_authentication.rb, line 10
    def initialize(app, token, options = nil)
      super(app, token, options)
    end