JSR

Service.prototype.getService(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; crossOrigin?: "ignore" | "throw" | "trust"; }): Promise<DidService | null>

Means of communicating or interacting with the DID subject or associated entities via one or more service endpoints. Examples include discovery services, agent services, social networking services, file storage services, and verifiable credential repository services.

Parameters

Return Type

Use with

Deno logo

Deno

Deno logo

Deno

pnpm logo

pnpm

Yarn logo

Yarn

vlt logo

vlt

npm logo

npm

Bun logo

Bun

Add Package

deno add jsr:@fedify/vocab

Import symbol

import { Service } from "@fedify/vocab";

or

Import directly with a jsr specifier

import { Service } from "jsr:@fedify/vocab@^2.3.6";

Document Navigation

Read the original on jsr.io ↗