Skip to content

Commit c39ee49

Browse files
committed
A bit of documentation.
1 parent 970e284 commit c39ee49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cryptojwt/key_jar.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ def __init__(self, ca_certs=None, verify_ssl=True, keybundle_cls=KeyBundle,
4949
:param remove_after: How long keys marked as inactive will remain in the key Jar.
5050
:param httpc: A HTTP client to use. Default is Requests request.
5151
:param httpc_params: HTTP request parameters
52+
:param storage_conf: Storage configuration
53+
:param abstract_storage_cls: Storage class. The only demand on a storage class is that it
54+
should behave like a dictionary.
5255
:return: Keyjar instance
5356
"""
5457

0 commit comments

Comments
 (0)