API Reference
classes
Usercreationresult

@coasys/ad4m / Exports / UserCreationResult

Class: UserCreationResult

Table of contents

Constructors

Properties

Constructors

constructor

new UserCreationResult(did, success, error?)

Parameters

NameType
didstring
successboolean
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

Defined in

agent/Agent.ts:302 (opens in a new tab)