@coasys/ad4m / Exports / AuthInfoInput
Class: AuthInfoInput
Table of contents
Constructors
Properties
Constructors
constructor
• new AuthInfoInput(appName, appDesc, appDomain, appUrl?, appIconPath?, capabilities?)
Parameters
| Name | Type |
|---|---|
appName | string |
appDesc | string |
appDomain | string |
appUrl? | string |
appIconPath? | string |
capabilities? | CapabilityInput[] |
Defined in
agent/Agent.ts:278 (opens in a new tab)
Properties
appDesc
• appDesc: string
Defined in
agent/Agent.ts:264 (opens in a new tab)
appDomain
• appDomain: string
Defined in
agent/Agent.ts:267 (opens in a new tab)
appIconPath
• Optional appIconPath: string
Defined in
agent/Agent.ts:273 (opens in a new tab)
appName
• appName: string
Defined in
agent/Agent.ts:261 (opens in a new tab)
appUrl
• Optional appUrl: string
Defined in
agent/Agent.ts:270 (opens in a new tab)
capabilities
• Optional capabilities: CapabilityInput[]