Skip to main content
Module

x/getting_started_with_deno_jwt_auth/types.ts>Configuration

Package used for jwt-auth on the Getting Started With Deno book by PacktPub
Latest
type alias Configuration
import { type Configuration } from "https://deno.land/x/getting_started_with_deno_jwt_auth@v0.0.6/types.ts";
definition: { key: string; algorithm: Algorithm; tokenExpirationInSeconds: number; }