MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / _workload_credentials

Function _workload_credentials

tests/lib/test_credentials.py:2005–2010  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2003
2004
2005def _workload_credentials() -> WorkloadIdentityCredentials:
2006 return WorkloadIdentityCredentials(
2007 identity_token_provider=lambda: "ext-jwt",
2008 federation_rule_id="fdrl_01abc",
2009 organization_id="org-uuid",
2010 )
2011
2012
2013def _send_message(client: Anthropic) -> None:

Calls 1

Tested by

no test coverage detected