Skip to main content

@idunion/tl-sdk / Exports / VerificationMethod

Interface: VerificationMethod

Indexable

▪ [key: string]: any

Table of contents

Properties

Properties

controller

controller: string

Defined in

api.ts:304


id

id: string

Defined in

api.ts:305


revoked

Optional revoked: string

DateTimeStamp string specifying when the verification method MUST NOT be used.

Defined in

api.ts:313


type

type: string

The value of the type property MUST be a string that references exactly one verification method type. In order to maximize global interoperability, the verification method type SHOULD be registered in the DID Specification Registries [DID-SPEC-REGISTRIES].

Defined in

api.ts:309