Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c6a269

Browse files
committed
Fix docs build
1 parent 1fc57ee commit 8c6a269

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

auth0/v3/authentication/base.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,9 @@ class AuthenticationBase(object):
2222
client_secret (str, optional): your application's client Secret
2323
client_assertion_signing_key (str, optional): Private key used to sign the client assertion JWT.
2424
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')
3328
"""
3429

3530
def __init__(

auth0/v3/authentication/users.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ class Users(object):
1010
1111
Args:
1212
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')
2116
"""
2217

2318
def __init__(

0 commit comments

Comments
 (0)