Agent Identity¶
Installation¶
Global Registration¶
Register the provider globally in your application:
from google.adk.auth.credential_manager import CredentialManager
from google.adk.integrations.agent_identity import GcpAuthProvider
CredentialManager.register_auth_provider(GcpAuthProvider())
Toolset Configuration¶
To use the Agent Identity provider with a specific toolset, define the scheme and pass it to the toolset's constructor.