Context.getActorKeyPairs(identifier: string): Promise<ActorKeyPair[]>
Gets the key pairs for an actor.
identifier: string
The actor's identifier.
An async iterable of the actor's key pairs. It can be empty.
Context.getActorKeyPairs(identifier: string): Promise<ActorKeyPair[]>
Gets the key pairs for an actor.
identifier: string
The actor's identifier.
An async iterable of the actor's key pairs. It can be empty.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";
---- OR ----
Import directly with a jsr specifier
import { type Context } from "jsr:@fedify/fedify";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type Context } from "@fedify/fedify";