UNPKG

adk-typescript

Version:

TypeScript port of Google's Agent Development Kit (ADK)

13 lines (12 loc) 305 B
import { AuthConfig } from './AuthConfig'; /** * Preprocessor for authentication logic (stub). */ export declare class AuthPreprocessor { config: AuthConfig; constructor(config: AuthConfig); /** * Example method to preprocess authentication (stub). */ preprocess(): boolean; }