You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auth0/v3/authentication/base.py
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,9 @@ class AuthenticationBase(object):
22
22
client_secret (str, optional): your application's client Secret
23
23
client_assertion_signing_key (str, optional): Private key used to sign the client assertion JWT.
24
24
client_assertion_signing_alg (str, optional): Algorithm used to sign the client assertion JWT (Default RS256).
25
-
telemetry (bool, optional): Enable or disable Telemetry
26
-
(defaults to True)
27
-
timeout (float or tuple, optional): Change the requests
28
-
connect and read timeout. Pass a tuple to specify
29
-
both values separately or a float to set both to it.
30
-
(defaults to 5.0 for both)
31
-
protocol (str, optional): Useful for testing.
32
-
(defaults to 'https')
25
+
telemetry (bool, optional): Enable or disable Telemetry (defaults to True)
26
+
timeout (float or tuple, optional): Change the requests connect and read timeout. Pass a tuple to specify both values separately or a float to set both to it. (defaults to 5.0 for both)
27
+
protocol (str, optional): Useful for testing. (defaults to 'https')
Copy file name to clipboardExpand all lines: auth0/v3/authentication/users.py
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,9 @@ class Users(object):
10
10
11
11
Args:
12
12
domain (str): The domain of your auth0 tenant
13
-
telemetry (bool, optional): Enable or disable Telemetry
14
-
(defaults to True)
15
-
timeout (float or tuple, optional): Change the requests
16
-
connect and read timeout. Pass a tuple to specify
17
-
both values separately or a float to set both to it.
18
-
(defaults to 5.0 for both)
19
-
protocol (str, optional): Useful for testing.
20
-
(defaults to 'https')
13
+
telemetry (bool, optional): Enable or disable Telemetry (defaults to True)
14
+
timeout (float or tuple, optional): Change the requests connect and read timeout. Pass a tuple to specify both values separately or a float to set both to it. (defaults to 5.0 for both)
15
+
protocol (str, optional): Useful for testing. (defaults to 'https')
0 commit comments