Skip to main content

@idunion/tl-sdk / Exports / OnboardingStatus

Interface: OnboardingStatus

Table of contents

Properties

Properties

did

Optional did: string

When the status is completed the DID will be provided.

Defined in

api.ts:139


message

Optional message: string

The status message providing additional info on specific status.

Defined in

api.ts:143


status

status: OnboardingStatusStatusEnum

The onboarding process status

Defined in

api.ts:147


tl

Optional tl: Tl

Defined in

api.ts:148


verifierUrl

Optional verifierUrl: string

After the onboarding is initiate this value will be provided

Defined in

api.ts:152