Skip to main content

TokenProviderConfig

Agent Runtimes


Agent Runtimes / identity/types / TokenProviderConfig

Interface: TokenProviderConfig

Defined in: identity/types.ts:292

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

Properties

description?

optional description?: string

Defined in: identity/types.ts:304

Description for UI


displayName

displayName: string

Defined in: identity/types.ts:296

Display name


iconUrl?

optional iconUrl?: string

Defined in: identity/types.ts:298

Icon URL


profileUrlTemplate?

optional profileUrlTemplate?: string

Defined in: identity/types.ts:300

Profile URL template (use {username} placeholder)


provider

provider: string

Defined in: identity/types.ts:294

Provider identifier


userInfoUrl?

optional userInfoUrl?: string

Defined in: identity/types.ts:302

User info endpoint (called with Bearer token)