@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
Properties
appDesc
• appDesc: string
Defined in
agent/Agent.ts:264
appDomain
• appDomain: string
Defined in
agent/Agent.ts:267
appIconPath
• Optional appIconPath: string
Defined in
agent/Agent.ts:273
appName
• appName: string
Defined in
agent/Agent.ts:261
appUrl
• Optional appUrl: string
Defined in
agent/Agent.ts:270
capabilities
• Optional capabilities: CapabilityInput[]
Defined in
agent/Agent.ts:276