We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6630b2 commit 5e17bd0Copy full SHA for 5e17bd0
pyatlan/client/atlan.py
@@ -377,6 +377,9 @@ def from_token_guid(
377
4. Returns a new AtlanClient authenticated with the resolved token
378
379
: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)
383
:returns: a new client instance authenticated with the resolved token
384
:raises: ErrorCode.UNABLE_TO_ESCALATE_WITH_PARAM: If any step in the token resolution fails
385
"""
0 commit comments