Skip to main content
Module

x/oak_sessions/src/Session.ts>SessionData

Session middleware for Oak
Go to Latest
interface SessionData
import { type SessionData } from "https://deno.land/x/oak_sessions@v4.0.4/src/Session.ts";

Index Signatures

[key: string]: unknown

Properties

_flash: Record<string, unknown>
_accessed: string | null
_expire: string | null
_delete: boolean