We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca72808 commit 71cd5a8Copy full SHA for 71cd5a8
1 file changed
auth0/v3/management/client_credentials.py
@@ -5,11 +5,11 @@ class ClientCredentials(object):
5
"""Auth0 client credentials endpoints.
6
7
Args:
8
- domain (str): Your Auth0 domain, e.g: 'username.auth0.com'
+ domain (str): Your Auth0 domain, for example: 'my-domain.us.auth0.com'
9
10
token (str): Management API v2 Token
11
12
- telemetry (bool, optional): Enable or disable Telemetry
+ telemetry (bool, optional): Enable or disable telemetry
13
(defaults to True)
14
15
timeout (float or tuple, optional): Change the requests
0 commit comments