We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970e284 commit c39ee49Copy full SHA for c39ee49
1 file changed
src/cryptojwt/key_jar.py
@@ -49,6 +49,9 @@ def __init__(self, ca_certs=None, verify_ssl=True, keybundle_cls=KeyBundle,
49
:param remove_after: How long keys marked as inactive will remain in the key Jar.
50
:param httpc: A HTTP client to use. Default is Requests request.
51
: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.
55
:return: Keyjar instance
56
"""
57
0 commit comments