@coasys/ad4m / Exports / AuthInfo
Class: AuthInfo
Table of contents
Constructors
Properties
Constructors
constructor
• new AuthInfo(appName, appDesc, appUrl, capabilities, appIconPath?)
Parameters
| Name | Type |
|---|---|
appName | string |
appDesc | string |
appUrl | string |
capabilities | Capability[] |
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[]