Skip to content

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

Interface: AuthStrategyInitializeOptions

Options for initializing an authentication strategy

Table of contents

Properties

Properties

deploymentInfo

deploymentInfo: any

The deployment information for the authentication strategy

Defined in

core/auth/AuthStrategy.ts:42


scopes

Optional scopes: string[]

The scopes for the authentication strategy

Defined in

core/auth/AuthStrategy.ts:46


postAuthentication

Optional postAuthentication: PostAuthenticationCallback

Callback to be called after authentication completes

Defined in

core/auth/AuthStrategy.ts:50

Released under the MIT License.