Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/common/jwt/generateKeyValue.ts>generateKeyValue

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
function generateKeyValue
import { generateKeyValue } from "https://deno.land/x/fathym_common@v0.2.160/src/common/jwt/generateKeyValue.ts";

Generates a JSON Web Key (JWK) for the given JWT config.

Parameters

jwtConfig: JWTConfig

The JWT config.

Returns

Promise<JsonWebKey>

A JSON Web Key (JWK) for the given JWT config.