Skip to content

Commit 5e17bd0

Browse files
committed
Updated documentation
1 parent c6630b2 commit 5e17bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyatlan/client/atlan.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ def from_token_guid(
377377
4. Returns a new AtlanClient authenticated with the resolved token
378378
379379
:param guid: API token GUID to resolve
380+
:param base_url: Optional base URL for the Atlan service(overrides ATLAN_BASE_URL environment variable)
381+
:param client_id: Optional client ID for authentication (overrides CLIENT_ID environment variable)
382+
:param client_secret: Optional client secret for authentication (overrides CLIENT_SECRET environment variable)
380383
:returns: a new client instance authenticated with the resolved token
381384
:raises: ErrorCode.UNABLE_TO_ESCALATE_WITH_PARAM: If any step in the token resolution fails
382385
"""

0 commit comments

Comments
 (0)