Type alias DidServiceEndpoint

DidServiceEndpoint: string | Record<string, any>

A service endpoint is a URI (Uniform Resource Identifier) that can be used to interact with the DID service.

The value of the serviceEndpoint property MUST be a string or an object containing key/value pairs. All string values MUST be valid URIs conforming to RFC3986.