We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77cb41 commit 967ec6aCopy full SHA for 967ec6a
boxsdk/auth/jwt_auth.py
@@ -34,6 +34,7 @@ def __init__(
34
access_token=None,
35
network_layer=None,
36
jwt_algorithm='RS256',
37
+ **kwargs
38
):
39
"""
40
:param client_id:
@@ -94,6 +95,7 @@ def __init__(
94
95
access_token=access_token,
96
refresh_token=None,
97
network_layer=network_layer,
98
99
)
100
with open(rsa_private_key_file_sys_path, 'rb') as key_file:
101
self._rsa_private_key = serialization.load_pem_private_key(
0 commit comments