API Reference
classes
Authinfo

@coasys/ad4m / Exports / AuthInfo

Class: AuthInfo

Table of contents

Constructors

Properties

Constructors

constructor

new AuthInfo(appName, appDesc, appUrl, capabilities, appIconPath?)

Parameters

NameType
appNamestring
appDescstring
appUrlstring
capabilitiesCapability[]
appIconPath?string

Defined in

agent/Agent.ts:188 (opens in a new tab)

Properties

appDesc

appDesc: string

Defined in

agent/Agent.ts:177 (opens in a new tab)


appIconPath

Optional appIconPath: string

Defined in

agent/Agent.ts:183 (opens in a new tab)


appName

appName: string

Defined in

agent/Agent.ts:174 (opens in a new tab)


appUrl

appUrl: string

Defined in

agent/Agent.ts:180 (opens in a new tab)


capabilities

capabilities: Capability[]

Defined in

agent/Agent.ts:186 (opens in a new tab)