Skip to main content

Interface: ChannelAuthConfig

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

Authentication configuration passed to an adapter during initialization.

Properties

credential

credential: string

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

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


params?

optional params: Record<string, string>

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

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


platform

platform: ChannelPlatform

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

Platform this config targets.