Skip to content

Commit 5273f38

Browse files
committed
fix example domain in comment
1 parent f5245dc commit 5273f38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/auth0_server_python/auth_server/my_account_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@
2222
class MyAccountClient:
2323
"""
2424
Client for interacting with the Auth0 MyAccount API.
25-
Handles connected accounts operations including connecting, completing, listing, and deleting accounts.
2625
"""
2726

2827
def __init__(self, domain: str):
2928
"""
3029
Initialize the MyAccount API client.
3130
3231
Args:
33-
domain: Auth0 domain (e.g., 'your-tenant.auth0.com')
32+
domain: Auth0 domain (e.g., '<tenant>.<locality>.auth0.com')
3433
"""
3534
self._domain = domain
3635

0 commit comments

Comments
 (0)