import { getKeyPair } from "https://deno.land/x/live@1.102.5/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/live@1.102.5/commons/jwt/keys.ts";
Returns a tuple of [publicKey, privateKey] in a JsonWebKey format.