Skip to content

@egain/ai-agent-sdk API Reference - v0.1.1 / ClientCredentialsAuthConfig

Interface: ClientCredentialsAuthConfig

Configuration for client credentials authentication strategy

Table of contents

Properties

Properties

tokenUrl

tokenUrl: string

Token endpoint URL

Defined in

core/auth/ClientCredentialsAuthStrategy.ts:10


clientId

clientId: string

Client ID

Defined in

core/auth/ClientCredentialsAuthStrategy.ts:15


clientSecret

clientSecret: string

Client secret

Defined in

core/auth/ClientCredentialsAuthStrategy.ts:20


scopes

Optional scopes: string[]

Optional scopes to request

Defined in

core/auth/ClientCredentialsAuthStrategy.ts:25

Released under the MIT License.