load_new_client_from_oauth_options

in lib/twurl/oauth_client.rb [57:64]


      def load_new_client_from_oauth_options(options)
        new(options.oauth_client_options.merge(
            'token' => options.access_token,
            'secret' => options.token_secret
          )
        )
      end