import { getKeyPair } from "https://deno.land/x/deco@1.107.0/commons/jwt/keys.ts";
Returns a tuple of [publicKey, privateKey] in a JsonWebKey format.
type
() => Promise<[JsonWebKey, JsonWebKey]>
import { getKeyPair } from "https://deno.land/x/deco@1.107.0/commons/jwt/keys.ts";
Returns a tuple of [publicKey, privateKey] in a JsonWebKey format.