Skip to main content
Latest
interface jose.ResolvedKey
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { ResolvedKey } = jose;

Type Parameters

optional
T extends KeyLike = KeyLike

Properties

key: T | Uint8Array

Key resolved from the key resolver function.