Skip to main content

TokenProviderConfig

Agent Runtimes


Agent Runtimes / identity/types / TokenProviderConfig

Interface: TokenProviderConfig

Defined in: src/identity/types.ts:286

Token-based provider configuration. For providers that don't support public OAuth app registration (like Kaggle).

Properties

description?

optional description?: string

Defined in: src/identity/types.ts:298

Description for UI


displayName

displayName: string

Defined in: src/identity/types.ts:290

Display name


iconUrl?

optional iconUrl?: string

Defined in: src/identity/types.ts:292

Icon URL


profileUrlTemplate?

optional profileUrlTemplate?: string

Defined in: src/identity/types.ts:294

Profile URL template (use {username} placeholder)


provider

provider: string

Defined in: src/identity/types.ts:288

Provider identifier


userInfoUrl?

optional userInfoUrl?: string

Defined in: src/identity/types.ts:296

User info endpoint (called with Bearer token)