Skip to main content

Interface: ChannelAuthConfig

Defined in: packages/agentos/src/channels/types.ts:132

Authentication configuration passed to an adapter during initialization.

Properties

credential

credential: string

Defined in: packages/agentos/src/channels/types.ts:136

Primary credential (bot token, API key, session data, etc.).


params?

optional params: Record<string, string>

Defined in: packages/agentos/src/channels/types.ts:138

Additional auth parameters (e.g., webhook URL, app secret).


platform

platform: ChannelPlatform

Defined in: packages/agentos/src/channels/types.ts:134

Platform this config targets.