Skip to content

Commit 71cd5a8

Browse files
Apply suggestions from code review
Co-authored-by: Rita Zerrizuela <zeta@widcket.com>
1 parent ca72808 commit 71cd5a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

auth0/v3/management/client_credentials.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ class ClientCredentials(object):
55
"""Auth0 client credentials endpoints.
66
77
Args:
8-
domain (str): Your Auth0 domain, e.g: 'username.auth0.com'
8+
domain (str): Your Auth0 domain, for example: 'my-domain.us.auth0.com'
99
1010
token (str): Management API v2 Token
1111
12-
telemetry (bool, optional): Enable or disable Telemetry
12+
telemetry (bool, optional): Enable or disable telemetry
1313
(defaults to True)
1414
1515
timeout (float or tuple, optional): Change the requests

0 commit comments

Comments
 (0)