mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
Merge https://github.com/google/adk-python/pull/2960 1. All in one authentication sample (has an IDP, Agent and the application) under `contributing/samples/authn-adk-all-in-one/` 2. Documented for all the steps. 3. OAuth 2.0 Authorization Code Grant type used by the agent. COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/2960 from nikhilpurwant:main dfcc821602d265c4ae7cc42eb1f5739beaad6f87 PiperOrigin-RevId: 808672120
6 lines
167 B
Bash
6 lines
167 B
Bash
# General Agent Configuration
|
|
GOOGLE_GENAI_USE_VERTEXAI=False
|
|
GOOGLE_API_KEY=NOT_SET
|
|
GOOGLE_MODEL=gemini-2.5-flash
|
|
OAUTH_CLIENT_ID=abc123
|
|
OAUTH_CLIENT_SECRET=secret123 |