@coasys/ad4m / Exports / UserCreationResult
Class: UserCreationResult
Table of contents
Constructors
Properties
Constructors
constructor
• new UserCreationResult(did, success, error?)
Parameters
| Name | Type |
|---|---|
did | string |
success | boolean |
error? | string |
Defined in
agent/Agent.ts:307 (opens in a new tab)
Properties
did
• did: string
Defined in
agent/Agent.ts:299 (opens in a new tab)
error
• Optional error: string
Defined in
agent/Agent.ts:305 (opens in a new tab)
success
• success: boolean