From ba50eef49218bfcfaec1f31eb0aa0e80e18789a6 Mon Sep 17 00:00:00 2001 From: David Poncelow Date: Thu, 13 Feb 2020 13:47:39 -0800 Subject: [PATCH] add comment to document use of Splunk auth token --- splunklib/binding.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/splunklib/binding.py b/splunklib/binding.py index d55c194f3..ec3a1137a 100644 --- a/splunklib/binding.py +++ b/splunklib/binding.py @@ -450,6 +450,8 @@ class Context(object): :type username: ``string`` :param password: The password for the Splunk account. :type password: ``string`` + :param splunkToken: Splunk authentication token + :type splunkToken: ``string`` :param headers: List of extra HTTP headers to send (optional). :type headers: ``list`` of 2-tuples. :param handler: The HTTP request handler (optional).