mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-04 02:11:11 -07:00
refactor: remove agent_card_requires_auth config flag (#21914)
This commit is contained in:
@@ -24,9 +24,8 @@ export interface A2AAuthProvider extends AuthenticationHandler {
|
||||
initialize?(): Promise<void>;
|
||||
}
|
||||
|
||||
export interface BaseAuthConfig {
|
||||
agent_card_requires_auth?: boolean;
|
||||
}
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
export interface BaseAuthConfig {}
|
||||
|
||||
/** Client config for google-credentials (not in A2A spec, Gemini-specific). */
|
||||
export interface GoogleCredentialsAuthConfig extends BaseAuthConfig {
|
||||
|
||||
Reference in New Issue
Block a user