# File lib/faraday/connection.rb, line 236
    def authorization(type, token)
      set_authorization_header(:authorization, type, token)
    end