@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
Properties
appDesc
• appDesc: string
Defined in
agent/Agent.ts:177
appIconPath
• Optional
appIconPath: string
Defined in
agent/Agent.ts:183
appName
• appName: string
Defined in
agent/Agent.ts:174
appUrl
• appUrl: string
Defined in
agent/Agent.ts:180
capabilities
• capabilities: Capability
[]
Defined in
agent/Agent.ts:186