# File lib/faraday/connection.rb, line 214 def token_auth(token, options = nil) set_authorization_header(:token_auth, token, options) end