Skip to main content

@idunion/tl-sdk / Exports / ServiceItem

Interface: ServiceItem

Services are used in DID documents to express ways of communicating with the DID subject or associated entities. A service can be any type of service the DID subject wants to advertise, including decentralized identity management services for further discovery, authentication, authorization, or interaction. https://www.w3.org/TR/did-1.0/#services

Table of contents

Properties

Properties

id

id: string

Defined in

api.ts:191


serviceEndpoint

serviceEndpoint: string

The value of the serviceEndpoint property MUST be a string, a map, or a set composed of one or more strings and/or maps. All string values MUST be valid URIs conforming to [RFC3986] and normalized according to the Normalization and Comparison rules in RFC3986 and to any normalization rules in its applicable URI scheme specification. https://www.w3.org/TR/did-1.0/#dfn-serviceendpoint

Defined in

api.ts:196


type

type: string

Defined in

api.ts:192