Skip to content

Commit e6bd3e3

Browse files
authored
Merge pull request #304 from splunk/document_bearer_token
add comment to document use of Splunk auth token
2 parents c638223 + ba50eef commit e6bd3e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

splunklib/binding.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ class Context(object):
450450
:type username: ``string``
451451
:param password: The password for the Splunk account.
452452
:type password: ``string``
453+
:param splunkToken: Splunk authentication token
454+
:type splunkToken: ``string``
453455
:param headers: List of extra HTTP headers to send (optional).
454456
:type headers: ``list`` of 2-tuples.
455457
:param handler: The HTTP request handler (optional).

0 commit comments

Comments
 (0)